A daily dev log for my journey into the game development world. I'm going to try this at least for a year.

Motivation

  • Get good at game dev, try out different techniques every day
  • To find out some general learning patterns. Everybody learns differently, but I want to find out whether a learning ladder (or roadmap) can accelerate knowledge acquisition.

19 Oct 2021


18 Oct 2021

  • 🌊 Floods! No power, no work done

17 Oct 2021

  • Tried some recipes from Godot Recipes. Excellent resources after learning some basics.

16 Oct 2021

  • Animations for solarpunk game.

15 Oct 2021

  • Started working on solarpunk themed game. Some player movement code.

14 Oct 2021


13 Oct 2021


12 Oct 2021


11 Oct 2021


10 Oct 2021


9 Oct 2021

  • Add perks spawn in brick breaker
  • Explored some ideas around solarpunk in preparation of Godot game jam.

8 Oct 2021

Coded a basic brick breaker game using pygame. Adding some collectable perks (like bullets, multiply balls etc)

Reading Game Programming Patterns was a good idea. I can already identify some areas where I could apply those patterns


7 Oct 2021

Watched How I learned Unity without following tutorials . A coincidence (or maybe not!) that I have the exact same thoughts. The gist being, stop getting stuck at tutorial hell, just learn the basic amount to begin with and start tinkering on your own.

Also, more Game Programming Patterns as usual.


6 Oct 2021

Created a repo to note down my learnings of Game Programming Patterns in python. Some random ideas I have

  • build a game incorporating all the patterns for educational purpose.
  • A blog exploring functional patterns inspired from the OO patterns

5 Oct 2021

Continuing with game programming patterns.


4 Oct 2021

The Journey beings.

This is the day I have written some basic pong game in pygame by following tutorials. I have dabbled in Godot before this, but it was mostly following tutorials and pressing button. But this is the first time that I actually wrote code on my own to create a game.

After creating pong, I am feeling bit stumped though. I don't know what exactly I want to do next.

So I started reading a book called Game Programming Patterns

I'm coding in the patterns in python to get a deeper understanding of the patterns.