Panzer! Dev Log
Panzer! is my game - a remake of classic Battle City from NES. In here you'll find links to post-mortem Dev log series in which I'll try to explain all the technics I used while making it.
Panzer! project: https://microstudio.dev/i/Sebastian/panzer/
You can find part 1 (in which I explain why I choose to work in microStudio) and game trailer on my YouTube channel, but most importantly...
Panzer! Dev Log #2: Game loop and ECS
The one in which I describe how the game loop works and how I transformed it into Entity Component System framework for my game.
https://www.youtube.com/watch?v=SJnXzExfVss
Panzer! Dev Log #3: Player input
The one in which I describe how player input works and how to implement actions and rebindable keys.