Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jbock-java/play-nim

The Game of Nim
https://github.com/jbock-java/play-nim

nim

Last synced: 23 days ago
JSON representation

The Game of Nim

Awesome Lists containing this project

README

        

Java version of [cut-the-knot Nim](http://www.cut-the-knot.org/nim_st.shtml),
with some improvements:

* Two-player mode ("Explore mode")
* Play with more than three rows
* Games never start in a losing position
* Play with mouse or arrow keys and enter
* Undo

This is normal-play [Nim](https://en.wikipedia.org/wiki/Nim),
so your goal is to make the last move.

To run it, clone this repo and then enter the following in a terminal:

```bash
./gradlew clean run
```