Roguelike Advent of Code 2020

Roguelike Advent of Code 2020 was a project I’ve took in order to get more familiar with C programming. Not using simple short hello-world-like programs, but fully-scoped multi-file project. I’ve followed the online video roguelike tutorial, creating in total 26 lessons-related posts, and one additional one covering improvements and changes to the original code base. Below You can find the whole list of posts. All the code is available on GitHub. PRs, comments, stars and forks are appreciated.

Back to top