From 1bad6ca56641e3f0906b93a369cefe00fcdcb4b7 Mon Sep 17 00:00:00 2001 From: tsmith37 Date: Tue, 16 Sep 2025 18:44:03 -0400 Subject: [PATCH] creating an animated checkers game I will first make all the shapes that i will need for my board game --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index aee1fea..c7abf9d 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ which allows basic formatting. ## Description +I will create an animation of a person winner a checkers game + (Describe your goal for this project. If you want to link to an image, move the image to this directory, and then use the following syntax: @@ -19,3 +21,15 @@ image, move the image to this directory, and then use the following syntax: ## Planning (Include your planning here, including your project milestone.) + +### Milestone 1 + +Write a code for squares(sides, color) and circle (radius, color(black, white)) function + +### Milestone 2 + +combine function and create the board with the pieces on it + +### Milestone 3 + +Animate the pieces moving so the black side wins \ No newline at end of file