Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kiyotoko/nemesis
My small 2D tactics game.
https://github.com/kiyotoko/nemesis
4x-strategy-game grpc java javafx
Last synced: 15 days ago
JSON representation
My small 2D tactics game.
- Host: GitHub
- URL: https://github.com/kiyotoko/nemesis
- Owner: Kiyotoko
- License: mpl-2.0
- Created: 2022-10-23T14:33:50.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-14T18:12:42.000Z (7 months ago)
- Last Synced: 2024-11-10T17:04:06.360Z (2 months ago)
- Topics: 4x-strategy-game, grpc, java, javafx
- Language: Java
- Homepage:
- Size: 242 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```