Welcome to the Battle Line Game project! This is a multiplayer card battle game developed in C++.
To install and run this game, please follow these steps:
-
Clone the project repository to your local computer:
git clone https://github.com/lifelongcoding/battle-line.git
-
Navigate to the project directory:
cd battle-line
-
Build the game:
mkdir build cd build cmake .. make
-
Run the game:
./battle-line
Battle Line is a card battle game where two players compete to control positions on the battlefield by playing cards strategically. Detailed rules for the game can be found in the Rules Document.
Please check CHANGELOG.md for detailed update information for each version.
If you'd like to contribute to this project, please refer to our Contribution Guidelines.
If you encounter any issues or have any suggestions, please raise them in the project's Issue Tracker.
This project is licensed under the MIT License.
Thank you for your interest and support in the Battle Line Game project!