/simple-car-game

A simple multiplayer online game written in JavaScript, utilizing Node.js, Socket.io and Phaser.js

Primary LanguageJavaScript

Simple Car Game

This game is being developed as a tutorial.

You can access it here

Build Setup

# 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