index
:
DungeonCrawl
audio
main
A rust Dungeon Crawler!
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
game
/
src
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2025-10-17
Proposal summary and use cases complete
alf9310
1
-2
/
+30
2025-10-16
dungeon: make const_pos! not require name param
Freya Murphy
2
-7
/
+7
2025-10-16
graphics: draw_fps should pull fps from info struct
Freya Murphy
1
-3
/
+3
2025-10-16
graphics: refactor DebugInfo => FrameInfo, with other minor changes
Freya Murphy
4
-35
/
+39
2025-10-16
graphics: stub draw_entity
Freya Murphy
1
-2
/
+7
2025-10-16
dungeon: add more getters and lib fns
Freya Murphy
2
-0
/
+46
2025-10-08
graphics: create Renderer struct
Freya Murphy
3
-31
/
+113
2025-10-08
Rebase changes into docs and README
Freya Murphy
5
-39
/
+22
2025-10-08
further improve const fns for Pos
Freya Murphy
2
-10
/
+20
2025-10-08
add some functionality to Pos
Freya Murphy
3
-8
/
+84
2025-10-08
Proposal Template Created
alf9310
3
-1
/
+23
2025-10-08
Stubbed out some draw functions
alf9310
2
-1
/
+26
2025-10-08
add more default impls
Freya Murphy
3
-3
/
+11
2025-10-08
impl default to dungeon and its types
Freya Murphy
4
-4
/
+57
2025-10-08
initial baseline
Freya Murphy
15
-0
/
+1189