INTRODUCTION
Hello there! Welcome to my devlog, where I will walk you through the development of 8-bit Ice Hockey. It is still a story without an ending, but I hope you will join me in this adventure to create a fun game, and hopefully learn something in the process. (I know I will.)
PURPOSE
The goal of this project is to make a fun, arcade style hockey game. I.e. focus is more on gameplay than realism.
TOOLS
The game is coded in C++ / SDL2. Wasm will be used for browser play.
THE CURRENT PROGRESS
The code for displaying …