NimGame


Name:

NimGame

Purpose:

Edutainment -- Software version of The Dr. Nim Game that appeared in the 60's.

Author:

Greg Spears (with credit for concept and design to E.S.R., Inc.)

License:

Freeware (pls see MIT License, below)

Notes:

With apologies, it's a quickly-coded, 32-bit console app, compiled in MS VC++ and fashioned after the famed Dr. Nim Game.  Adjust the console window font sizes for desired appearance.

Rules: Each player must release from 1 to 3 balls per turn, and the player whose turn begins with only one ball remaining, loses. 

Whereas the Dr. Nim Game gates had to be manually configured prior to game play -- according to the starting ball count (from 9 to 20) -- this software version will configure gates automatically. 

Simple fun, but the math behind a winning strategy can be very deep and interesting. ;-)

Nim on WikiPedia

See the vintage 60's game played on YouTube

...and Google "Nim Game" for lots more.

Disclaimer:

Tested - Use at your own risk!


 


 

This entry: 2011.03.18

 

The NimGame executable is distributed under the MIT License:

 

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to utilize the Software without restriction, including -- without limitation -- the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

 

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

 

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL GREG SPEARS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER ACTIVITIES CONCERNING THE SOFTWARE.

 


 

 

Home