Wrap-Up

Hands-on Rust — by Herbert Wolverson (58 / 120)

The Pragmatic Programmers
The Pragmatic Programmers
1 min readSep 23, 2021

--

👈 Collision Detection | TOC | Chapter 7 Take Turns with the Monsters 👉

In this chapter, you migrated your Dungeon Crawler to a modern ECS system. You learned concepts that apply to most professional game engines, including Unity, Unreal, and Godot. You also saw how it can help you — systems provide generic functionality to any entity with matching components. This allowed you to implement different rendering for monster types without changing your systems code. In the next chapter, you’ll implement turn-based movement — you take your turn, and then the monsters move.

Footnotes

[51] https://github.com/amethyst/legion

Copyright © 2021, The Pragmatic Bookshelf.

👈 Collision Detection | TOC | Chapter 7 Take Turns with the Monsters 👉

Hands-on Rust by Herbert Wolverson can be purchased in other book formats directly from the Pragmatic Programmers. If you notice a code error or formatting mistake, please let us know here so that we can fix it.

Unlisted

--

--

The Pragmatic Programmers
The Pragmatic Programmers

We create timely, practical books and learning resources on classic and cutting-edge topics to help you practice your craft and accelerate your career.