Clownacy / CaveStoryEngine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cave Story Recoded

An open-source Cave Story Engine.

Attempts to have complete 1:1 compatibility to the original game (except for binary compat, that's pretty much impossible).

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

About

License:MIT License


Languages

Language:C++ 53.6%Language:C 45.5%Language:CMake 0.5%Language:Objective-C 0.3%Language:Makefile 0.1%