Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kiyotoko/nemesis

My small 2D tactics game.
https://github.com/kiyotoko/nemesis

4x-strategy-game grpc java javafx

Last synced: about 1 month ago
JSON representation

My small 2D tactics game.

Awesome Lists containing this project

README

        

Nemesis

Nemesis is a 4x multiplayer game where you try to discover and defend the star system or devour and conquer it.

## Class Diagram

```mermaid
classDiagram
Entity <-- GameObject
GameObject <-- Animation
Animation <-- DamageAnimation
Animation <-- PathAnimation
GameObject <-- Marker
Marker <-- ControlPoint
Marker <-- SpawnPoint
GameObject <-- Unit
GameObject <-- Projectile
Entity <-- HardPoint
HardPoint <-- Weapon
HardPoint <-- Engine
```