Table of Contents
An Card game engine in Axmol c++, provide developers with a tool for quickly creating card game, also support multiplayer online
The project is still work in process, I will try to develop it to the best of my ability but it is gonna take a long time. Right now only basic objects and it's simple functionalities is added in. More feature and better user experience will be added.
You may also suggest changes by forking this repo and creating a pull request or opening an issue.
Download Axmol, follow the steps in the Dev Setup document
-
Clone the repo
git clone https://github.com/hamstrous/CardGame.git
-
Make sure build will success Go to VS2026 -> Options -> Projects and Solutions -> Build and Run
Set maximum number of parallel projects builds to 2 (you can test to see how many build will suit your machine)After build complete you can set it back to the original value
In projects folder -> open cmake -> AXGameEngineOptions.txt
Make sure AX_EXT_HINT is set to OFFset(AX_EXT_HINT OFF CACHE BOOL "The default extensions hint" FORCE) -
Run the solution
I will try to write a detail documentation on how to use this engine in the future.