Repository for the second project at the Avans University of Applied Sciences, re-creating the mobile game Wordcrex in Java.
- Git (Windows | Linux | macOS) installed
- JDK 11 or higher installed
- MySQL server running locally
You can use a Git client like GitKraken or GitHub Desktop to import the project.
Otherwise you can open the terminal/command prompt in your projects folder (wherever that may be) and run the following:
git clone https://github.com/danny12321/wordcrex.git
Open the project in your IDE/editor of choice and make sure you import it as a Gradle project.
Gradle takes care of external libraries used in the application like the MariaDB connector
All you have to do is add dev to the program arguments. Otherwise it will use prod.properties.
Now you should be able to run/debug the project and it should open the application login screen.
You can login with the credentials stored in the account table.
- See the application design on Figma
- EER of the database (see below)
