This repository contains the source code of my Roguelike Advent of Code 2020 project, which I've written for my blog - BareMetalDev. Its goal was 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, and the code presented here is my (upgraded) version of the author's code.
All of 27 posts (26 original lessons and one additional post with code improvements) can be found on BareMetalDev blog. Any comments, ideas or bug reports are welcome.