8000 GitHub - ilkermanap/Cave-story: To clone Cave Story game using C/C++ and SDL2 via Visual Studio 2022
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ilkermanap/Cave-story

Repository files navigation

Cave

Compiling on Linux

You will need cmake and libSDL2 installed on your system.

Clone the code

git clone https://github.com/SeniourMarquies/Cave-story

Go into source directory

cd Cave-story

Create and go into build directory

mkdir build
cd build

Build the code

cmake ..
make

Run it

./Cave

About

To clone Cave Story game using C/C++ and SDL2 via Visual Studio 2022

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0