A fork of CSE2 providing support and optimization for running on a Sun Ultra 1.
Find a file
Clownacy 8f8c481b2d Makefile improvements
* No longer produces .exe files on Linux
* Made static linking optional (useful for Linux)
* Minor cleanup
2019-01-26 15:48:50 +00:00
build/data Delete fps 2019-01-25 11:28:36 -05:00
res gave credits its music code, changed language related stuff, bleh bleh blah blah bluh bluh blyh 2019-01-22 20:01:35 -05:00
src added npc 006, and uhhhhhhhhhhh changed gitignore idkidkidk 2019-01-26 10:47:12 -05:00
.gitignore added npc 006, and uhhhhhhhhhhh changed gitignore idkidkidk 2019-01-26 10:47:12 -05:00
Makefile Makefile improvements 2019-01-26 15:48:50 +00:00
README.md Fixed README.md 2019-01-19 21:39:28 -05:00
screenshot.png changed screenshot.png 2019-01-20 22:38:23 -05:00

Cave Story Engine 2

I'm rewriting Cave Story Engine from scratch, to be more accurate than before!

Cave Story Engine is a recompilation of Cave Story (freeware release), also porting it from DirectX to SDL2

Screenshot

How to build:

Create "build" directory

cd to the base directory,

make (RELEASE=1 for release build)

JAPANESE=1 to enable certain Japanese differences

FIX_BUGS=1 to fix certain bugs (see src/Bug Fixes.txt)