https://github.com/helloworld017/eliminatus
A simple web-based multiplayer RTS game.
https://github.com/helloworld017/eliminatus
Last synced: 8 months ago
JSON representation
A simple web-based multiplayer RTS game.
- Host: GitHub
- URL: https://github.com/helloworld017/eliminatus
- Owner: HelloWorld017
- License: other
- Created: 2018-02-02T15:13:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T12:59:44.000Z (over 3 years ago)
- Last Synced: 2025-03-12T12:13:55.674Z (over 1 year ago)
- Language: JavaScript
- Size: 9.14 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Eliminatus
A simple web-based multiplayer RTS game.
## In-Game Video
[](https://www.youtube.com/watch?v=BuhzWsKcl9o)
## Implementations (51%, 19/37)
- Modeling Structures & Entities
- Structures
- [x] Modeling Resources
- [x] Modeling User Structures
- Entities
- [x] Modeling Drones
- [x] Modeling Spectors
- [x] Modeling Boss Spectors
- Building Structures
- [x] Showing Placeholders
- [Game Server](https://github.com/HelloWorld017/EliminatusServer)
- [x] Login & Matchmaking
- [x] World Generation
- [x] Player movement
- [ ] Server-side Collision Check
- [ ] Ticking Phase
- Working Structure & Entities
- Structures
- [ ] User structures
- [x] Picking resource structures
- Entities
- [ ] Basic Entity Movement
- [ ] Summoning Skills
- [ ] Spectors
- [ ] Boss Spectors
- [ ] Drones
- In-game UI
- [x] Player Nametags
- Structures UI
- [x] Structure Healthbar
- [ ] No transmitter sign
- [ ] Research UI
- [ ] Factory UI
- Effects
- [ ] Skill Effects
- [x] Desturction Effects
- [x] Picking Effects
- [ ] Entity Effects
- [x] Building Effects
- Collision Response and Physics
- [x] Basic Implementation
- HUDs
- [x] Minimap
- [ ] Camera Integration
- [ ] Player Health Bar
- [ ] Skills
- [ ] Build Menu
- [x] Ingredients
- [x] Inventory
- Etc
- [ ] Dedicated Client-side Server using WebRTC