A downloadable game

2022 7DRL challenge. 

Build up momentum at breakneck speeds to leap across rooftops, parkour around obstacles, and dodge guards.

https://gitlab.com/philiphaubrich/breakneck

Dislcaimer: I never got around to getting Emscripten to play well with libtcod libraries. So this is an Old-School 7DRL submission. The source-code type, where you get to compile and run yourself.    So yeah, that lost more than half of you for sure.  


Linux, C, GPL.

Development log

Comments

Log in with itch.io to leave a comment.

Yep, that was a bug in the makefile introduced in the last moment. Really embarrassing. libtcod likewise needs to be built. And you need base-dev for pkg-config to build libtcod.   Bit of a mess really. ALWAYS check your release.  Really, I should have used the laptop and walked through the whole process.   Lesson learned.

Hi Philip. I could’t get it to build, even after installing libtcod w/ python3. Any tips? Thanks.

gcc -g -Wall   -c -o ai_guard.o ai_guard.c
In file included from ai_guard.c:19:
map.h:5:10: fatal error: libtcod/libtcod.h: No such file or directory
    5 | #include "libtcod/libtcod.h"
      |          ^~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [<builtin>: ai_guard.o] Error 1