War Royale is a Clash Royale inspired opensource game for Windows, Mac and Linux built with Java Swing.
- Login and Register systems
- 8 Different Cards
- Player vs AI
- Multiple Arenas
- MySQL Database Interaction
- Multiple Language Support (currently English, Spanish and Catalan)
# Clone this repository
$ git clone https://github.com/bielcarpi/war-royale.git
# Set up a MySQL database with the script in resources/sql
# Adjust the database connection settings in resources/config.json
# The database can be hosted locally or remotely
# Run Main.java