Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4199b0a

Browse filesBrowse files
authored
N45: Bevy roguelike tutorial (rust-gamedev#1371)
1 parent cb1571d commit 4199b0a
Copy full SHA for 4199b0a

File tree

Expand file treeCollapse file tree

2 files changed

+18
-0
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+18
-0
lines changed

‎content/news/045/bevy_roguelike.gif

Copy file name to clipboard
217 KB
Loading

‎content/news/045/index.md

Copy file name to clipboardExpand all lines: content/news/045/index.md
+18Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,24 @@ _Discussions: [/r/rust_gamedev](https://reddit.com/r/rust_gamedev/comments/12bnz
293293

294294
[bevy-tdd]: https://edgardocarreras.com/blog/tdd-in-rust-game-engine-bevy
295295

296+
### [Bevy Roguelike Tutorial][bevy-roguelike-blog]
297+
298+
![a couple characters moving around and interacting](bevy_roguelike.gif)
299+
300+
[@maciekglowka][bevy-roguelike-mastodon] started a blog series on creating a
301+
roguelike game using Bevy Engine.
302+
There are currently seven parts, focusing mostly on setting up a basic
303+
game architecture. The topics discussed so far include: separating logic from
304+
graphics in the ECS; designing a turn-based game loop; command pattern
305+
for the unit actions.
306+
307+
The first part of the series can be found [here][bevy-roguelike-blog].
308+
309+
_Discussions: [/r/roguelikedev](https://www.reddit.com/r/roguelikedev/comments/12rvj30/creating_a_roguelike_in_bevy_engine/)_
310+
311+
[bevy-roguelike-mastodon]: https://mastodon.gamedev.place/@maciekglowka
312+
[bevy-roguelike-blog]: https://maciejglowka.com/blog/bevy-roguelike-tutorial-devlog-part-1
313+
296314
## Tooling Updates
297315

298316
### [Rustracer][rustracer]

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.