
nimland
The Game of Nim is a game played between two players. There are M sets of objects presented to the two players. The object can be anything you like: chocolate, book, CD, etc. Assume Set j contains Nj objects, Nj>0, where j=1..M. The two players take turns removing objects from these sets. At his/her turn, a player must take one or more objects from exactly one set. The player who takes the last object is the winner.
This project is a Client-Server implementation for this game.
Project Information
- License: New BSD License
- Content License: Creative Commons 3.0 BY-SA
- svn-based source control
Labels:
game