Skip to content

jwl/mycavestory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is based on @Limeoats' excellent Cave Story tutorial video series. Reference source found here. It differs in that it's written primarily for Linux on C++11 using clang and Make.

Assets are taken from cavestory.org and should be converted to .png and placed in /content in the appropriate subdirectory.

HOWTO Build and Launch

  • from root directory, execute: make to build game
    • to compile a debug build, use make DEBUG=1
    • once a debug build has been made, use lldb to debug it
  • From root directory, to launch game execute ./bin/mycavestory

Resources and References

About

Me following Limeoats' Cave Story tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published