Skip to content

This the two player board game of Stratego. Here, it is implemented as a console application.

License

Notifications You must be signed in to change notification settings

MatthewMateusz/Stratego

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

_____/\\\\\\\\\\\______________________________________________________________________________________________________
 ___/\\\/////////\\\____________________________________________________________________________________________________
  __\//\\\______\///______/\\\_______________________________________/\\\_______________________/\\\\\\\\________________
   ___\////\\\__________/\\\\\\\\\\\__/\\/\\\\\\\___/\\\\\\\\\_____/\\\\\\\\\\\_____/\\\\\\\\___/\\\////\\\_____/\\\\\____
    ______\////\\\______\////\\\////__\/\\\/////\\\_\////////\\\___\////\\\////____/\\\/////\\\_\//\\\\\\\\\___/\\\///\\\__
     _________\////\\\______\/\\\______\/\\\___\///____/\\\\\\\\\\_____\/\\\_______/\\\\\\\\\\\___\///////\\\__/\\\__\//\\\_
      __/\\\______\//\\\_____\/\\\_/\\__\/\\\__________/\\\/////\\\_____\/\\\_/\\__\//\\///////____/\\_____\\\_\//\\\__/\\\__
       _\///\\\\\\\\\\\/______\//\\\\\___\/\\\_________\//\\\\\\\\/\\____\//\\\\\____\//\\\\\\\\\\_\//\\\\\\\\___\///\\\\\/___
        ___\///////////_________\/////____\///___________\////////\//______\/////______\//////////___\////////______\/////_____

This is the two player board game of Stratego. Here, it is implemented as a console application.

Windows

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.

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

Then enter

./Stratego

Game Instructions

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.

About

This the two player board game of Stratego. Here, it is implemented as a console application.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.5%
  • Other 1.5%