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-11-17
wasm: add options for logs, debug, and seed
Freya Murphy
1
-44
/
+24
2025-11-17
wasm support!
Freya Murphy
2
-120
/
+142
2025-11-15
dungeon: refactor entity movement
Freya Murphy
1
-0
/
+3
2025-11-14
graphics: add text message rendering (and sans ig)
Freya Murphy
1
-3
/
+24
2025-11-14
Remove wildcard exports/imports
Freya Murphy
1
-3
/
+3
2025-11-13
game: add option to pass in the game seed
Freya Murphy
1
-4
/
+9
2025-11-13
dungeon: have Dungeon store the rng, not the Floor
Freya Murphy
1
-1
/
+1
2025-11-12
dungeon: switch to only using small rng from rand
Freya Murphy
1
-1
/
+1
2025-11-11
graphics: use custom timer for delta_time/fps
Freya Murphy
1
-1
/
+2
2025-11-11
graphics: refactor input key type
Freya Murphy
1
-7
/
+7
2025-11-10
minimize dependencies & features
Freya Murphy
1
-7
/
+8
2025-11-10
Fixed `Game` methods' returns
Yusuf Elsharawy
1
-4
/
+2
2025-11-10
Refactored some code, implemented player movement
Yusuf Elsharawy
1
-25
/
+78
2025-11-10
graphics: have some window arguments passed in through cmd args, fix camera pos
Freya Murphy
1
-1
/
+17
2025-11-09
dungeon: always use seeded rand, other minor refactoring
Freya Murphy
1
-1
/
+1
2025-11-08
graphics: have window default to minimum size
Freya Murphy
1
-1
/
+1
2025-11-08
dungeon: refactor astar to not be generic
Freya Murphy
1
-1
/
+1
2025-11-08
graphics: refactor debug ui
Freya Murphy
1
-0
/
+5
2025-11-07
Moved Enemy logic to Entity Struct, fixed enemy drift while moving
Ryan Symons
1
-1
/
+1
2025-11-07
Basic enemy pathfinding/ai added
Ryan Symons
1
-4
/
+5
2025-11-06
graphics: refactor renderer
Freya Murphy
1
-1
/
+1
2025-11-05
Moved most of the movement stuff to entity.
Ryan Symons
1
-1
/
+3
2025-11-04
Added enemy code structure and test movement
Ryan Symons
1
-1
/
+7
2025-10-30
Wave function collapse
Audrey L Fuller
1
-1
/
+1
2025-10-24
graphics: have tilemap a consistent size and scale
Freya Murphy
1
-1
/
+1
2025-10-24
graphics: refactor Renderer to not use unsafe, and allow nested modes
Freya Murphy
1
-1
/
+1
2025-10-23
graphics: refactor Assets, and add tile drawing!
Freya Murphy
1
-4
/
+2
2025-10-18
graphics: add audio/texture subsytem
Freya Murphy
1
-2
/
+7
2025-10-08
graphics: create Renderer struct
Freya Murphy
1
-1
/
+1
2025-10-08
Proposal Template Created
alf9310
1
-1
/
+1
2025-10-08
Stubbed out some draw functions
alf9310
1
-0
/
+5
2025-10-08
impl default to dungeon and its types
Freya Murphy
1
-1
/
+1
2025-10-08
initial baseline
Freya Murphy
1
-0
/
+10