Skip to content

Commit 52cb289

Browse files
authored
N35: Add RuggRogue (rust-gamedev#1067)
1 parent 6a98f9f commit 52cb289

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

content/news/035/index.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,39 @@ If needed, a section can be split into subsections with a "------" delimiter.
6767

6868
## Game Updates
6969

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+
70103
## Engine Updates
71104

72105
## Learning Material Updates

content/news/035/ruggrogue.png

5.3 KB
Loading

0 commit comments

Comments
 (0)