An open API service indexing awesome lists of open source software.

https://github.com/yushikuni/nim

The NIM game
https://github.com/yushikuni/nim

c-plus-plus finished-project game game-development multiplayer nim portfolio-website singleplayer

Last synced: 8 months ago
JSON representation

The NIM game

Awesome Lists containing this project

README

          

# NIM
## The NIM game who take last token wins

### images:

![NazevHry](https://user-images.githubusercontent.com/42646031/151655709-97713928-1704-423c-aa33-ddec3c48e806.png)

![MainMenu](https://user-images.githubusercontent.com/42646031/151655708-747c056b-2f4b-4ec0-a3f5-a50bf7b1a803.png)

![SinglePlayer](https://user-images.githubusercontent.com/42646031/151655710-3f161a5e-c610-442d-9112-669466290285.png)

### EN:

NIM with Singleplayer and multiplayer option. After exiting the game score will saved into file

Game is in C/C++ also you can choose between singleplayer and multiplayer. Who takes last token wins a game

### CZ:

Hra má singleplayer kde se hraje proti počítači a multiplayer.

Hlavní obrazovka obsahuje jednoduché menu řešené přes jednoduchý přepínač.

Existují dva způsoby jak tuto hru naprogramovat. Já jsem zvolila ten nejlehčí.

Hra je v angličtině, protože bych dlouho luštila, co kde znamená.

NIM měla být naprogramovaná v jazyce C, jenže jsem se setkala s problémemy, které se daly vyřešit použitím jmenného prostoru pro třídy, ketré používám v multiplayeru.