Skip to content

TeamLe-Shop/cayv-rpg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cayv-rpg

Poor man's 2d top-down RPG written in C++ using SDL.

Required libraries: SDL2, SDL2_image, SDL2_mixer Built using CMake (minimum version 3.1).

All other libraries are in extlib/ and will automatically be built:

Build Instructions (Linux/OSX)

Creating an external build directory is recommended. Navigate to the cayv-rpg directory.

mkdir ../build-cayv-rpg
cd ../build-cayv-rpg
cmake ../cayv-rpg
make

If you are using clang, ensure the build options -std=c++11 -stdlib=libc++ are present.

About

Terrible tale of Frank Furter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages