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