_____/\\\\\\\\\\\______________________________________________________________________________________________________
___/\\\/////////\\\____________________________________________________________________________________________________
__\//\\\______\///______/\\\_______________________________________/\\\_______________________/\\\\\\\\________________
___\////\\\__________/\\\\\\\\\\\__/\\/\\\\\\\___/\\\\\\\\\_____/\\\\\\\\\\\_____/\\\\\\\\___/\\\////\\\_____/\\\\\____
______\////\\\______\////\\\////__\/\\\/////\\\_\////////\\\___\////\\\////____/\\\/////\\\_\//\\\\\\\\\___/\\\///\\\__
_________\////\\\______\/\\\______\/\\\___\///____/\\\\\\\\\\_____\/\\\_______/\\\\\\\\\\\___\///////\\\__/\\\__\//\\\_
__/\\\______\//\\\_____\/\\\_/\\__\/\\\__________/\\\/////\\\_____\/\\\_/\\__\//\\///////____/\\_____\\\_\//\\\__/\\\__
_\///\\\\\\\\\\\/______\//\\\\\___\/\\\_________\//\\\\\\\\/\\____\//\\\\\____\//\\\\\\\\\\_\//\\\\\\\\___\///\\\\\/___
___\///////////_________\/////____\///___________\////////\//______\/////______\//////////___\////////______\/////_____
This is the two player board game of Stratego. Here, it is implemented as a console application.
stratego_demo.mp4
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.batThen enter the newly created build directory and execute the script.
cd build
.\Stratego.batYou 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-devSimply clone this repository and run the following command:
make allThen enter the newly created build directory and execute the script
cd build
./Stratego.shPressing 'h' once in the main game loop will display the settings menu where current settings and key bindings can be viewed and changed.