Introduction

(TODO: This page has not been written yet.)

TODO: Main goals

  • teach you basic game development concepts
  • get started on a game
  • show you that you can google everything
  • show you documentation, how to use it, how to search/find what you need

TODO: Show the game we are building today

  • Menu, losing, restarting, winning, pause

TODO: Overview of the sections

  • traditional game programming approach
  • scaling the code by using an ECS
  • extending the functionality
  • menus, text rendering, etc.