Skip to content
This repository has been archived by the owner on Apr 30, 2023. It is now read-only.

M4RC3L05/the-rpg

Repository files navigation

THE RPG (title is a work in progress)

The 2d rpg made with node and raylib.

Setup

This project uses nodejs 18.x.x

Install dependencies

npm i

Development

To run the project just run:

npm run start

Release

npm version [major | minor | patch] -m "Release v%s"

git push origin main --tags

Distribution

There is no way, at the moment, to distribute the game other than cloning/download the project, do the setup and running the project.

A way to bundle the assets + code + nodejs runtime needs to be found in order to package and distribute the game.