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: about 1 month 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 (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-08T12:25:19.000Z (8 months ago)
- Last Synced: 2024-05-11T21:51:34.193Z (8 months ago)
- Topics: 4x-strategy-game, grpc, java, javafx
- Language: Java
- Homepage:
- Size: 239 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
```