diff --git a/README.md b/README.md index 44cfde5..27735a8 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## Description Paint toy project to draw shapes. More practice on design patterns. -![JPaint](https://i.imgur.com/kzzao6g.png) +![JPaint](https://i.imgur.com/kzzao6g.png){width=50%, height:50%} ## How to run the code locally @@ -14,11 +14,6 @@ Paint toy project to draw shapes. More practice on design patterns. Clone the repository (duh) ## Features -· Allows either the AI or the user to play. - -· It is possible for the AI to play against itself. - -· Auto-saved game on close using serialization. ## Implementation