From 8e1773f1540097ccbc7bf2fbcf79bd2753f5e45f Mon Sep 17 00:00:00 2001 From: minhdb Date: Tue, 17 Jan 2023 10:59:20 +0700 Subject: [PATCH] Added README file for JPaint --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..241219a --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +# JPaint + +## Description +Paint toy project to draw shapes. More practice on design patterns. + +![JPaint](https://imgur.com/kzzao6g) + +## How to run the code locally + +### Requirements: + +- Java RE 8 + +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 +