A retro style homage to 80s dungeon crawlers hand crafted in C++.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
 
 
raycaster/scripts
Zed A. Shaw 74a1801069 More scripts for converting and pixelating images for the game. 10 months ago
..
magick More scripts for converting and pixelating images for the game. 10 months ago
coverage_report.ps1 Did a full code coverage review and improved many of the tests and a bunch of code. I'll do one more final walk through all the code before getting back to work on the new combat system. 1 year ago
coverage_reset.ps1 First build that actually works. SDL_main errors before but didn't figure out the cause. 1 year ago
coverage_reset.sh First build that actually works. SDL_main errors before but didn't figure out the cause. 1 year ago
gcovr_patched_coverage.py After some prototyping I have what I think I want for the map. Just a simple piece of paper you take out that has the ASCII map on it. 1 year ago
munge_color.ps1 More scripts for converting and pixelating images for the game. 10 months ago
pixelize.ps1 More scripts for converting and pixelating images for the game. 10 months ago
reset_build.ps1 Tweaking the build to turn on various debug options in GCC and enable -Wall -Werror on only our executable configs because turning them on globally causes most of the dependencies to fail. One thing to note is if you try to move the -D_GLIBCXX options from the project() to the executable() then you get segfaults inside the libc++ and other places. This is because the ABI changes when you enable these options, so you have to recompile _all_ dependencies with these options. 1 year ago
reset_build.sh Mostly working OSX build options, but it crashes on close with a thread error. 1 year ago
win_installer.ifp Windows installer fix before 0.2 release. 11 months ago