Skip to content

An rpg written in C using raylib, with hot reloading!

License

Notifications You must be signed in to change notification settings

mikedesu/raylib-rpg-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@evildojo666 presents...

Project.RPG

projectrpg

with art assets by Krishna Palacio https://www.minifantasy.net


Building

Requirements

  • raylib
  • gcc or clang (but the Makefile assumes gcc for now)
  • emsdk
  • make
  • liblua5.4-dev
  • A custom-built version of liblua.a for the web build

Instructions

  1. Clone the repository
  2. Change directory to the repository
  3. Run the following command:

Linux executable:

make

WebAssembly executable

You will have to edit some of the hardcoded paths in the emcc instruction. I will provide details for this in the near future.

make index.html

Running

Linux

./game

WebAssembly

emrun index.html

About

An rpg written in C using raylib, with hot reloading!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published