Resize image in README

This commit is contained in:
2023-01-17 11:03:45 +07:00
parent 4464d67ab6
commit 669212e70e
+1 -6
View File
@@ -3,7 +3,7 @@
## Description
Paint toy project to draw shapes. More practice on design patterns.
![JPaint](https://i.imgur.com/kzzao6g.png)
<img src="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