Skip to content

hamstrous/CardGame

Repository files navigation

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage

About The Project

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.

(back to top)

Built With

Axmol

(back to top)

Getting Started

Prerequisites

Download Axmol, follow the steps in the Dev Setup document

Installation

  1. Clone the repo

    git clone https://github.com/hamstrous/CardGame.git
  2. 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 OFF

    set(AX_EXT_HINT OFF CACHE BOOL "The default extensions hint" FORCE)
  3. Run the solution

(back to top)

Usage

I will try to write a detail documentation on how to use this engine in the future.

(back to top)

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors