An open API service indexing awesome lists of open source software.

https://github.com/radovanmoncek/nettgame-client

A libGDX client for my Nettgame server.
https://github.com/radovanmoncek/nettgame-client

client game-development libgdx networking

Last synced: 11 months ago
JSON representation

A libGDX client for my Nettgame server.

Awesome Lists containing this project

README

          

### example nettgame server game

is an example game to showcase my example nettgame server.

#### In action

![showcase](https://github.com/radovanmoncek/nettgame-client/blob/development/showcase.gif)

#### Synopsis

This example is supposed to resemble a top-down shooter inspired by the game "Bulánci".
The game is built using the popular libGDX framework.

#### Controls

- You can move with the W A S D keys

#### How to build & run

- Make sure your device runs a recent version of JRE or JDK (optimally > 21)
- Download the .jar artifact from releases
- Run the .jar artifact

#### Dependencies

- libGDX
- JUnit
- FlatBuffers
-

*!!!! none of the assets used in this project are my own work,
below is a list of their respective authors;
all assets allow free non-commercial use; I highly encourage everyone to
visit the website of each author !!!!*

#### Attributions:
- character assets:
- UI:

#### UML Class diagram

![UML Class diagram](https://github.com/radovanmoncek/nettgame-client/blob/development/design/Nettgame_client_class_diagram.png)