Skip to content

MonoGame implementation of a Negamax AI that plays Chess.

License

Notifications You must be signed in to change notification settings

Weikardzaena/Negamax-Chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a Chess game with a custom Negamax AI. It is coded using the MonoGame framework and it targets Windows.

There is nothing fancy about the UI. This is meant to be an excercise in creating a strong AI that can play a game as complicated as chess. That's all! There are way better implementations out there (like Stockfish), but I'm doing this as a hobby because I'm interested in AI.

Feel free to fork and change whatever you want (licensed under MIT license).

About

MonoGame implementation of a Negamax AI that plays Chess.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages