/MinMaxNim

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

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

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