Skip to content

Latest commit

 

History

History
59 lines (37 loc) · 896 Bytes

README.md

File metadata and controls

59 lines (37 loc) · 896 Bytes

@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