Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

GabrielRavier/CaveStoryRecoded

 
 

Repository files navigation

Cave Story Recoded

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

Releases

No releases published

Packages

No packages published

Languages

  • C++ 55.7%
  • C 43.5%
  • Other 0.8%