Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/veranovus/dungeon-keeper
Dwarf Fortress inspired game made in Rust with Bevy
https://github.com/veranovus/dungeon-keeper
bevy bevy-engine game game-development rust
Last synced: about 1 month ago
JSON representation
Dwarf Fortress inspired game made in Rust with Bevy
- Host: GitHub
- URL: https://github.com/veranovus/dungeon-keeper
- Owner: veranovus
- License: zlib
- Created: 2023-02-11T15:06:49.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-08T17:05:59.000Z (over 1 year ago)
- Last Synced: 2023-09-08T18:36:17.540Z (over 1 year ago)
- Topics: bevy, bevy-engine, game, game-development, rust
- Language: Rust
- Homepage:
- Size: 1.12 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dungeon Keeper
A Tower Defense, Dungeon Management kind of game, but also inspired by Dwarf Fortress? Even I don't know where this game will go over time.
> Version 0.2.0.9
> `2023.08.26:` This project is currently on hold, and future of the project is uncertain.
## Changelog
- Some code refactoring to improve readability.
## TO-DO
- Handle work register and remove events in batches, rather than handling them in a single frame.
## Known Bugs
- Handle the bug which results in a crash when a mine order is tasked in the world borders.
- Random teleportation occurs sometimes when a pawn is ordered to move somewhere else when its trying to move towards a work.