File tree 2 files changed +33
-0
lines changed
Filter options
2 files changed +33
-0
lines changed
Original file line number Diff line number Diff line change @@ -67,6 +67,39 @@ If needed, a section can be split into subsections with a "------" delimiter.
67
67
68
68
## Game Updates
69
69
70
+ ### [ RuggRogue]
71
+
72
+ ![ RuggRogue gameplay screenshot] ( ruggrogue.png )
73
+
74
+ [ RuggRogue] by [ @tung ] is a simple web-playable roguelike, inspired by the
75
+ [ Rust Roguelike Tutorial] and made using Rust and SDL.
76
+ It can be played natively on Windows and Linux,
77
+ and in the browser thanks to Emscripten.
78
+
79
+ Features:
80
+
81
+ - Discover new monsters and equipment the deeper you go.
82
+ - Hunger and regeneration: stay fed and stay healed!
83
+ - Choose between graphical tiles and ASCII display.
84
+ - Menu-based UI with hot keys.
85
+ - Auto-run to quickly follow corridors and cross open space.
86
+ - Save and load system.
87
+ - New Game Plus mode!
88
+
89
+ The source code is complemented by the
90
+ [ RuggRogue Source Code Guide] [ ruggrogue-book ] ,
91
+ a 23-chapter technical web book covering the ideas, algorithms and structure of
92
+ the code.
93
+
94
+ _ Discussions:
95
+ [ /r/rust_gamedev] ( https://reddit.com/r/rust_gamedev/comments/vluy7u/ruggrogue_a_simple_webplayable_roguelike_made/ ) ,
96
+ [ /r/roguelikes] ( https://reddit.com/r/roguelikes/comments/vluuud/ruggrogue_a_simple_webplayable_roguelike_inspired/ ) _
97
+
98
+ [ RuggRogue ] : https://tung.github.io/ruggrogue/
99
+ [ Rust Roguelike Tutorial ] : https://bfnightly.bracketproductions.com/
100
+ [ ruggrogue-book ] : https://tung.github.io/ruggrogue/source-code-guide/
101
+ [ @tung ] : https://github.com/tung/
102
+
70
103
## Engine Updates
71
104
72
105
## Learning Material Updates
You can’t perform that action at this time.
0 commit comments