From 669212e70e26acf1982b7823ceabc6d784c40059 Mon Sep 17 00:00:00 2001 From: minhdb Date: Tue, 17 Jan 2023 11:03:45 +0700 Subject: [PATCH] Resize image in README --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 44cfde5..0b6770b 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) + ## 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