Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/powerock38/dungeons
- Owner: Powerock38
- Created: 2024-05-19T17:48:24.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-09-03T18:42:04.000Z (4 months ago)
- Last Synced: 2024-10-28T15:18:25.550Z (about 2 months ago)
- Topics: bevy, dwarf-fortress, rimworld, rust
- Language: Rust
- Homepage:
- Size: 536 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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