Skip to content

AsoStrife/Mmorpg

Repository files navigation

RPG JS Game

This is a project template for RPGJS apps. It lives at https://github.com/rpgjs/starter.

To create a new project based on this template using degit:

npx degit rpgjs/starter rpg-app
cd rpg-app

Get started

Install the dependencies...

cd rpg-app
npm install
npm run dev

Navigate to localhost:3000. You should see your game running. Edit a file in src, save it, and reload the page to see your changes.

Launch in RPG mode with RPG_TYPE=rpg npm run dev

Production

Build with NodeJS

NODE_ENV=production npm run build

Build with Docker

sudo docker build -t rpg .
sudo docker run -p 3000:3000 -d rpg

Resources

Documentation Community Help

Credits for Sample package assets

Sounds

Davidvitas Attribution 4.0 International (CC BY 4.0)- https://creativecommons.org/licenses/by/4.0/deed.en

Graphics

Pipoya

Icons

https://game-icons.net

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published