This game is being developed as a tutorial.
You can access it here
# To install, just go to the root folder and run
npm i
# To build the files run
npm run build
# To run as dev
npm run dev
# To run as prod
npm run start
A simple multiplayer online game written in JavaScript, utilizing Node.js, Socket.io and Phaser.js
JavaScript
This game is being developed as a tutorial.
You can access it here
# To install, just go to the root folder and run
npm i
# To build the files run
npm run build
# To run as dev
npm run dev
# To run as prod
npm run start