SFML community forums

General => SFML projects => Topic started by: Heaven31415 on April 23, 2019, 08:04:08 am

Title: Classic Checkers with AI
Post by: Heaven31415 on April 23, 2019, 08:04:08 am
Hi.

I have managed to release a very simple checkers game and would like to share it with you. You can play against AI which is working quite well on three different difficulty levels.

I'm still working on this, trying to polish everything, fix bugs and add new things.

The game is released under zlib license, I was using C++ and SFML library to write this. Its source code is freely available on my GitHub.

If you have any suggestions, have found a bug or think something is missing, don't hesitate to tell me :)

(https://github.com/Heaven31415/checkers/blob/master/misc/Game.png?raw=true)

GitHub Project: https://github.com/Heaven31415/checkers

Download Link: https://github.com/Heaven31415/checkers/releases

Best Regards, Heaven31415.