Page 1 of 1
Creating a checkers game. Here is my source.
Posted: Sun May 08, 2022 8:39 pm
by Kitsune64
I started creating a checkers game. It's far from finished but I give the sources...Maybe it will inspire someone.
So far only a few moves are possible, especially for white pawns.
Re: Creating a checkers game. Here is my source.
Posted: Mon May 09, 2022 6:18 pm
by freeve4h
looks great, and maybe i would like it if i knew how to play checkers XD
Re: Creating a checkers game. Here is my source.
Posted: Sat May 14, 2022 3:05 pm
by PixelHero
I like it, but it has a flaw: How do you jump the other player?
Re: Creating a checkers game. Here is my source.
Posted: Sun May 15, 2022 5:10 pm
by Kitsune64
Hi!
for jumping on other player is some "if" conditions that check if the black player/white player is "takable" by checking all possibility in the main array.
You can see in my example some trick; for now the white player is cappable of some move and can take black player frome left to right but I don't have continue to develop it.