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

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.

Awesome Lists containing this project

README

          

# Eliminatus

A simple web-based multiplayer RTS game.

## In-Game Video
[![Eliminatus Ingame](https://img.youtube.com/vi/BuhzWsKcl9o/maxresdefault.jpg)](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