Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jbock-java/play-nim
- Owner: jbock-java
- Created: 2023-03-25T10:05:36.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-01T15:54:31.000Z (2 months ago)
- Last Synced: 2024-12-01T16:39:56.861Z (2 months ago)
- Topics: nim
- Language: Java
- Homepage:
- Size: 277 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
* UndoThis 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
```