An RPG/dungeon crawler for C64 with pseudo 3D graphics Rewritten in C Original ASM project from https://github.com/pizza666/HOC/
Get cc65 from https://cc65.github.io/
Get MSYS2 https://www.msys2.org/ \ pacman -S mingw-w64-ucrt-x86_64-gcc\ pacman -S make
Get vice https://vice-emu.sourceforge.io/
Add to path environment variable:\ C:\msys64\usr\bin\ C:\msys64\ucrt64\bin\ C:\{path to cc65}\bin\ C:\{path to VICE }\bin
Compile with: \ make
Start with:\ make test
TBA