Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 693 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 693 Bytes

Puissance4Img

Puissance 4 written in Java with database and statistics.

Features

  • Sign in or sign up to the database (password encryption: SHA-1)
  • Play against an other connected player
  • Play against AI (various levels and styles)
  • Statistics
  • Admin menu
  • Settings
  • Possible to play without connection to the database

Installation

Import in a database the file data/Puissance4.sql.

Use the pom.xml to import the libraries.

Usage

Specify 3 arguments :

  • Database URL (e.g jdbc:mysql://localhost/Puissance4)
  • Database user (e.g root)
  • Database password (e.g 1234)