nimland


A term project for UM COMP 3720 Fall 2009.

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

Labels:
game