Skip to content

fegorama/nim-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nim Game

Nim is a mathematical game of strategy in which two players take turns removing (or "nimming") objects from distinct heaps or piles.

https://en.wikipedia.org/wiki/Nim

Build and run

mkdir ./build cd ./build cmake -DCMAKE_BUILD_TYPE=Debug .. && cmake --build . --verbose && ./src/nim-game

Install

mkdir ./build cd ./build cmake .. && sudo cmake --build . --target install --verbose

Run

nim-game

About

Example of Nim Game

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published