The 2d rpg made with node and raylib.
This project uses nodejs 18.x.x
Install dependencies
npm i
To run the project just run:
npm run start
npm version [major | minor | patch] -m "Release v%s"
git push origin main --tags
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.