Puissance 4 written in Java with database and statistics.
- 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
Import in a database the file data/Puissance4.sql
.
Use the pom.xml to import the libraries.
Specify 3 arguments :
- Database URL (e.g
jdbc:mysql://localhost/Puissance4
) - Database user (e.g root)
- Database password (e.g 1234)