Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/powerock38/dungeons

Dwarf Fortress / RimWorld inspired game. Made with Bevy.
https://github.com/powerock38/dungeons

bevy dwarf-fortress rimworld rust

Last synced: 8 days ago
JSON representation

Dwarf Fortress / RimWorld inspired game. Made with Bevy.

Awesome Lists containing this project

README

        

# Todo

## Graphics

- [ ] bitmasking (autotiling)
- [ ] animations
- [ ] lighting system
- [ ] ui (dweller stats, task menu, etc.)

## World generation

- [x] chunks
- [x] trees
- [x] mountains
- [x] rivers
- [ ] lakes
- [ ] plains
- [ ] dungeons (caves)
- [ ] towns
- [ ] ruins
- [x] ores
- [x] animals

## Game mechanics

- [x] crafting with workstations
- [x] hold one object
- [ ] equip objects
- [ ] monsters
- [ ] NPCs