Added README file for JPaint
This commit is contained in:
@@ -0,0 +1,24 @@
|
|||||||
|
# JPaint
|
||||||
|
|
||||||
|
## Description
|
||||||
|
Paint toy project to draw shapes. More practice on design patterns.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## 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
|
||||||
|
|
||||||
Reference in New Issue
Block a user