Kiyotoko / nemesis

My small 2D tactics game.
Mozilla Public License 2.0
2 stars 0 forks source link
4x-strategy-game grpc java javafx

Nemesis

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

Class Diagram

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