Skip to content

Latest commit

 

History

History
 
 

game

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Ragin' Mages Game

This is Game component of the project. It may be run independently from the server. If the server is not available, only single-player mode will be enabled.

Installing

This project requires Node.js and npm.

It is recommended that you use Yarn to install and manage dependencies:

yarn install

Running

The following command will build the game and launch a browser in live-edit mode:

yarn start

When this server is running, any modifications to files in the ./src folder will automatically trigger a build and a page reload.

To build the game without running a server you can run:

yarn build