Skip to content

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

License

Notifications You must be signed in to change notification settings

stevepapazis/MinMaxNim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages