_____/\\\\\\\\\\\______________________________________________________________________________________________________
___/\\\/////////\\\____________________________________________________________________________________________________
__\//\\\______\///______/\\\_______________________________________/\\\_______________________/\\\\\\\\________________
___\////\\\__________/\\\\\\\\\\\__/\\/\\\\\\\___/\\\\\\\\\_____/\\\\\\\\\\\_____/\\\\\\\\___/\\\////\\\_____/\\\\\____
______\////\\\______\////\\\////__\/\\\/////\\\_\////////\\\___\////\\\////____/\\\/////\\\_\//\\\\\\\\\___/\\\///\\\__
_________\////\\\______\/\\\______\/\\\___\///____/\\\\\\\\\\_____\/\\\_______/\\\\\\\\\\\___\///////\\\__/\\\__\//\\\_
__/\\\______\//\\\_____\/\\\_/\\__\/\\\__________/\\\/////\\\_____\/\\\_/\\__\//\\///////____/\\_____\\\_\//\\\__/\\\__
_\///\\\\\\\\\\\/______\//\\\\\___\/\\\_________\//\\\\\\\\/\\____\//\\\\\____\//\\\\\\\\\\_\//\\\\\\\\___\///\\\\\/___
___\///////////_________\/////____\///___________\////////\//______\/////______\//////////___\////////______\/////_____
This is the two player board game of Stratego. Here, it is implemented as a console application.
The game can be installed by double clicking on the setup executable in the Windows_Installation folder. Note that you most likely will have to run the game as administrator when you start the game in order to save games later.
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
Then enter
./Stratego
On entering, you may need to widen the terminal to properly see the title. To see controls pressing 'h' will display controls in most cases.