ghost91- / matchgame

matchgame is a small computer game. It is a variant of the famous "nim game": 2 players take turns in removing matches from several stacks and the one, who has to take the last match looses the game.

Home Page:http://http://johannesloher.crabdance.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

matchgame version 0.1.2

----------REQUIREMENTS-------
make(GNU make) OR bam, g++
(On Windows you will need MinGW)

----------COMPILING----------
1. Open a shell
2. Change to the directory, which contains this file
3. Type 'make' ('mingw32-make' if you are using Windows), to compile the
   application
4. Instead of point 3, you can also use the commado 'bam release' to get the
   same result

----------LAUNCH-------------
1. Open a shell
2. Change to the directory, which contains this file
3. Type './matchgame' ('matchgame.exe' if you using Windows) to start the
   application

----------INFO---------------
For more information visit my homepage http://ghost.crabdance.com or my
github repository http://github.com/ghost91-.
If you are using windows and you want further information on how to compile
here, hit the MinGw homepage: http://www.mingw.org/

About

matchgame is a small computer game. It is a variant of the famous "nim game": 2 players take turns in removing matches from several stacks and the one, who has to take the last match looses the game.

http://http://johannesloher.crabdance.com/

License:zlib License


Languages

Language:C++ 100.0%