A project made for the course Projecten-workshops I at HoGent. The goal was to design and code the game Sokoban in Java.
- Run MySQLDBInitializer.sql in MySQL Workbench
- Uncomment the MySQL connection string in
Connectie.java
- Check if SQL Server and Windows Authentication are enabled, Login failed for user sa
- Check if TCP/IP connections are enabled, TCP/IP connection to host failed
- Check if
sauser exists in database with same password as in JDBC connection string inConnectie.java - Uncomment the MSSQL connection string in
Connectie.java - Run MSSQLDBInitializer.sql in SQL Server management studio
| Username | Pasword | Contents |
|---|---|---|
| Speler00 | Pa123456 | Normal player |
| SpelerAdmin | Pa123456 | Admin |
- Run
Build Artifactsstep - Execute created .jar by double-clicking or
java -jar HoGent-Sokoban.jar





