Skip to content
This repository has been archived by the owner on Aug 21, 2019. It is now read-only.

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.

License

ghost91-/matchgame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages