Skip to content

radovanmoncek/nettgame-server

Repository files navigation

nettgame server

is an example game server built upon my Nettgame game server framework.

How can I try?

  • 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

Dependencies

        <!-- 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>

Perforamnce analysis

First run - .jar artifact

Second run - .jar artifact

First run - Docker container

Second run - Docker container

UML class diagram

UML class diagram of the nettgame example server

About

A game server built upon my nettgame framework

Topics

Resources

License

Stars

Watchers

Forks