My #devember: learn game programming

This is a long-standing desire that has been growing on me for a while: understanding how games are made. Each time I play FIFA, this thought doesn't leave me: how is it possible to reproduce so many physics effects with that precision? How are the different player behaviors managed? How is the AI built for football, which is a very complex sport?

So this year, I decided not to postpone it again and to understand what happens when you launch a video game. Happily, I found an amazing tutorial, which I will write about later, that teaches how to develop a game from scratch in C, so let's go. My Devember challenge this year: learn C game programming. Finally.

01/12/2016
  • Game programming
  • Devember
  • #Devember