In the previous chapters, Chapter 1, Basics of Rust, Chapter 2, Starting with SDL, and Chapter 3, Events and Basic Game Mechanisms, we wrote all the mechanisms that we needed. The only missing parts are the UI rendering and the font management. In short, the easy parts So in this chapter, we'll add the drawing of the game and some fonts handling as well.
Let's go!