1
SFML projects / Re: My little SFML blog
« on: May 11, 2017, 11:28:14 pm »
Hi guys!
I've made some progress as a game developer wannabe since this thread was opened and I want to share it with you.
I made a two-player checkers game. Try it out and tell me what you think:
https://drive.google.com/open?id=0B1f6cmYVwc8yRjJfQVJFbmJpQzg
*Windows Only*
You move the checkers by dragging them to the destination square with your mouse. White always moves first.
Consecutive captures are automatically initiated when possible (I will make them optional in a later version).
Currently, you can't choose between multiple consecutive capture paths. That's also something I will implement in a later version.
Think of it as as a beta/alpha build.
I also consider linking the game to a checkers engine in the future so you can play against the computer.
I've made some progress as a game developer wannabe since this thread was opened and I want to share it with you.
I made a two-player checkers game. Try it out and tell me what you think:
https://drive.google.com/open?id=0B1f6cmYVwc8yRjJfQVJFbmJpQzg
*Windows Only*
You move the checkers by dragging them to the destination square with your mouse. White always moves first.
Consecutive captures are automatically initiated when possible (I will make them optional in a later version).
Currently, you can't choose between multiple consecutive capture paths. That's also something I will implement in a later version.
Think of it as as a beta/alpha build.
I also consider linking the game to a checkers engine in the future so you can play against the computer.