Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Banqi (Chess Project)

How to Build and Run

Option 1: Using the provided script (Windows)

Simply double-click or run the run.bat file in the project root. It will automatically generate the CMake build files, compile the project, and run the executable.

Option 2: Using manual commands

  1. Generate the build files:
    cmake -S . -B build
  2. Compile the project:
    cmake --build build
  3. Run the executable (from the src folder so assets load correctly):
    cd src
    ..\build\Debug\MyRaylibGame.exe   # If using MSVC
    # OR
    ..\build\MyRaylibGame.exe         # If using MinGW

Clean Build

If you need to clean the build files, you can use:

cmake --build build --target clean

About

Game of Banqi written in C.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages