10 Commits

Author SHA1 Message Date
tsmith37
195647601d Finished moving the pieces to look like a the game was being played
I have finished my project and it was a little challenging but the pride i have
for completing it has been priceless. I would like to learn more on how to animate
thing in more detail tho.
2025-10-06 16:28:16 -04:00
tsmith37
0e837809cf got both side of coins to move
something im stuck on is how to get them to move one at a time
2025-10-05 12:45:30 -04:00
tsmith37
27fb68ccb2 made the blue piece move
I was struggling to figure out how to put the animation code into my code.
i had to change up the code for my piece so they were made separate and then move them.
it was hard to figure out have to calculate which way the piece would go but i got
one to move
2025-10-04 23:58:55 -04:00
tsmith37
7ba89f2965 reduced code repetition
I am not wondering how i will make the piece move
2025-09-26 14:20:43 -04:00
tsmith37
e4e9bf01a8 finished simplifying the code - milestone 2 done
something i figured out is write to code so it works first then simplify it
2025-09-25 17:15:23 -04:00
tsmith37
cbf426722a milestone 2 complete - combine function and create the board with the pieces on it
still need to simplify the code
2025-09-25 00:29:13 -04:00
tsmith37
2b48b85065 Finished making the board now starting on the checker pieces
something im wondering about is how can I shorten my code
2025-09-24 23:52:16 -04:00
tsmith37
0619ab9f76 start to put the shapes together
something i figured out was that i need to save my progress more often. I get close to
finishing the game but then i forget the changes i made and end up back at my last saved
point. Im also going to try and build the whole code then simplify it, seems to be easier
for me.
2025-09-24 22:50:43 -04:00
tsmith37
2fe25e20b8 First milestone is done
I finished writing the code for the checker board, the tiles on it, and the playing coins.
This part was pretty simple i was just making all the shapes i would need for the board game.
Something I figured out how to do was fill in color to what I draw.
2025-09-23 14:31:54 -04:00
a96ee9a3fc Initial commit 2025-08-29 14:04:50 +00:00