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.
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.
make
, combined with possibly some adjustments to the Makefile.
You can also use the .cbp file with CodeBlocks, but there might be linking problems.
See LICENSE
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