Cave Story Recoded
February 12, 2019 ยท View on GitHub
A recode of Cave Story.
Attempts to have complete 1:1 compatibility to the original game (except for binary compat, that's pretty much impossible). This is no longer updated. See https://github.com/GabrielRavier/Cave-Story-Engine-2/ for further progress on this.
Build Instructions For Windows
The provided .sln file should work with Visual Studio 2017.
You can also use the .cbp file with CodeBlocks, but there might be linking problems.
Build Instructions For Unix-Likes
make, combined with possibly some adjustments to the Makefile.
You can also use the .cbp file with CodeBlocks, but there might be linking problems.
License
See LICENSE
Licenses & sources of libraries
SDL2: zlib license (see SDL2-2.0.8/COPYING) Original version at https://www.libsdl.org/release/SDL2-devel-2.0.8-VC.zip
SDL2_image: zlib license (see SDL2_image-2.0.8/COPYING) Original version at https://www.libsdl.org/projects/SDL_image/release/SDL2_image-devel-2.0.3-VC.zip