is an example game server built upon my Nettgame game server framework.
- Make sure you either have Docker installed or the Java platform (optimally version > 21)
- Download the .jar from releases (needs DB, and special configuration) or pull the Docker Image (requires DB and .env) or run the already configured docker-compose.yaml (requires .env) I strongly advise use of the last method mentioned
- https://github.com/radovanmoncek/nettgame (.jar)
- https://github.com/nettgame-tables (.jar)
<!-- https://mvnrepository.com/artifact/com.mysql/mysql-connector-j -->
<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>9.2.0</version>
<scope>runtime</scope>
</dependency>