stevepapazis / MinMaxNim

A cli implementation of the game of Nim that uses the minmax algorithm and alpha-beta pruning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MinMaxNim

A cli implementation of the game of Nim for a university course.

The moves are generated using the minmax algorithm with alpha-beta pruning.

Build and run the project with:

$ gradle -q build && java -jar app/build/nim.jar

demo2.webm

About

A cli implementation of the game of Nim that uses the minmax algorithm and alpha-beta pruning

License:GNU General Public License v3.0


Languages

Language:Java 100.0%