diff options
| author | Freya Murphy <freya@freyacat.org> | 2025-11-30 15:16:02 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2025-11-30 15:16:02 -0500 |
| commit | 4662dea1b8992bace4344c481e20796696bd0558 (patch) | |
| tree | 14af5ed23f267fe47f56f596a67bdae9ebddf20c | |
| parent | game: add more debug keys (diff) | |
| download | DungeonCrawl-main.tar.gz DungeonCrawl-main.tar.bz2 DungeonCrawl-main.zip | |
| -rw-r--r-- | README.md | 16 |
1 files changed, 13 insertions, 3 deletions
@@ -4,11 +4,11 @@ A rust Dungeon Crawler! ## Keybinds -Use the following input for playing the game~ +Use the following input for playing the game! * `wasd` or `↑←↓→` for movement * `enter` for interaction -* `e` to use an itemm +* `e` to use an item * `q` to drop an item * `f` to attack * `1-5` to change selected inventory slot @@ -52,7 +52,17 @@ To build for web, invoke the makefile. The output website will be in `dist`. make web ``` -Web builds can also be download at [jenkins](https://jenkins.freya.cat/job/DungeonCrawl/)/ +Web builds can also be download at [jenkins](https://jenkins.freya.cat/job/DungeonCrawl/). + +## Crates + +`dungeon` - all game logic + +`game` - core game loop, and binds together the game logic and graphics + +`graphics` - handles window and rendering though raylib + +`audio` - audio orchestration system that emulates the NES ## Features |