Programming a console logger (print system) in our game

Опубликовано: 16 Август 2026
на канале: Dan Zaidan
288
8

This is a clip from the sixth episode in our "Making an entire game in C from scratch" series. You can watch the full episode here:    • Making a game in C from scratch! Ep 06: [G...  

This is a pretty cool video: We first decide to add a print system to the game. This will eventually be an awesome console with typing and commands and all sorts of stuff. But it was to start somewhere!
So we quickly add a very simple printing system and then expand it to display the values we need.