You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

412 B

JPaint

Description

Paint toy project to draw shapes. More practice on design patterns.

JPaint

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