Roguelike AoC – part 18

In the eighteenth lesson of a roguelike game tutorial a topic of current Makefile was raised. However, I’m using CMake for build process and therefore it’s not applicable for me. So I’ve just skipped it. Code Here is the direct link to the GitHub repo.

Read more

Roguelike AoC – part 9

A ninth lesson of roguelike game tutorial is different than the previous ones. It concentrates on dividing one source code file we’ve been working on so far, into smaller chunks. Make, CodeBlock, IDE and Windows So far I’ve been using CodeBlock (yes, I know, ugly,…

Read more

Back to top