Loading repository data…
Loading repository data…
YafetGetu / repository
A simple functional Checkers (Dama) game built using C++ and the Raylib graphics library. The game supports saving and loading gameplay progress, with a clean project structure and modular codebase.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A sleek and simple terminal-based Checker Game built with C/C++.
This project demonstrates core game logic, file handling for saving/loading, and uses a custom build system via Makefile.
saved_game.txt.make.src, include, and lib.
checker_game/
│
├── .qodo/ # IDE (Qodo) settings
├── .vscode/ # VS Code project settings
├── build/ # Compiled binaries & Makefile
│ ├── Game.exe # Game executable (Windows)
│ └── Makefile # Build rules
├── include/ # Header files
├── lib/ # External libraries (if any)
├── src/ # Source code (.c / .cpp files)
├── saved_game.txt # Saved game data
├── .gitignore # Files/directories ignored by Git
🚀 Getting Started

✅ Requirements C/C++ Compiler (g++, clang, or MSVC)
make (Unix/Windows with MinGW)
Terminal or Command Prompt
🛠️ Build Instructions Clone and build the project:
git clone https://github.com/YafetGetu/CHECKERS-GAME-IN-C-.git cd checker_game make
Run the game:
Add the two players Name so you can see it in the interface And you know which players is turn
./build/Game.exe # Windows OR ./build/Game # Linux/macOS