This repo has some mini games that you can play on linux
You must have gnu g++ installed.
- download source code of the game.
- open terminal.
- type cd Downloads.
- type g++ {file_name} eg - g++ nim.cpp
- type ./a.out
- go play.
- Game of Nim - nim.cpp (currently you can not win from computer. The next version will have both multiplayer support and also there will be inclusion of levels in the game)