Windows
May 18, 2025 ยท View on GitHub
_____/\\\\\\\\\\\______________________________________________________________________________________________________
___/\\\/////////\\\____________________________________________________________________________________________________
__\//\\\______\///______/\\\_______________________________________/\\\_______________________/\\\\\\\\________________
___\////\\\__________/\\\\\\\\\\\__/\\/\\\\\\\___/\\\\\\\\\_____/\\\\\\\\\\\_____/\\\\\\\\___/\\\////\\\_____/\\\\\____
______\////\\\______\////\\\////__\/\\\/////\\\_\////////\\\___\////\\\////____/\\\/////\\\_\//\\\\\\\\\___/\\\///\\\__
_________\////\\\______\/\\\______\/\\\___\///____/\\\\\\\\\\_____\/\\\_______/\\\\\\\\\\\___\///////\\\__/\\\__\//\\\_
__/\\\______\//\\\_____\/\\\_/\\__\/\\\__________/\\\/////\\\_____\/\\\_/\\__\//\\///////____/\\_____\\\_\//\\\__/\\\__
_\///\\\\\\\\\\\/______\//\\\\\___\/\\\_________\//\\\\\\\\/\\____\//\\\\\____\//\\\\\\\\\\_\//\\\\\\\\___\///\\\\\/___
___\///////////_________\/////____\///___________\////////\//______\/////______\//////////___\////////______\/////_____
This is the two player board game of Stratego. Here, it is implemented as a console application.
https://github.com/user-attachments/assets/df17bbb8-c015-45bd-ad0a-2b66038e8104
Windows
Clone this repository and run the following command (Note that MSbuild.exe from Visual Studio 2022 must be in the System Environment Path variable):
.\windows_make.bat
Then enter the newly created build directory and execute the script.
cd build
.\Stratego.bat
Linux
You will need to install the ncurses library if you do not already have it. Run the command below to install it.
sudo apt-get install libncurses5-dev libncursesw5-dev
Simply clone this repository and run the following command:
make all
Then enter the newly created build directory and execute the script
cd build
./Stratego.sh
Game Instructions
Pressing 'h' once in the main game loop will display the settings menu where current settings and key bindings can be viewed and changed.