Skip to content

s-ionut/raylib-cpp-rpg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

raylib-cpp-rpg

Static analysis
This repository is a C++ remake of old raylib-rpg (that was originally built using ANSI C)

Build

To build this project, make sure to have CMake installed locally.

VSCode

If you have VSCode installed you can Build/Install/Run the project using 3 available tasks

CTRL+SHIFT+P
Select Run Task
Choose between 3 available tasks:
 - Build
 - Build & Install
 - Run

Desktop

mkdir build
cd build
cmake ..
make  # or cmake --build .

Web

mkdir build
cd build
emcmake cmake .. -DPLATFORM=Web -DCMAKE_BUILD_TYPE=Release
emmake make

Run

./raylib-rpg

About

Kinda simple RPG game developed using Raylib and C++

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published