/node-test-rpg-game

An online game for testing purpose made with nodejs and Canvas with Authoritative server

Primary LanguageJavaScriptMIT LicenseMIT

HTML 5 online RPG game

Description

A simple RPG online game made with nodejs and Canvas for client

Mount game

Cloning repository and dependences

git clone https://github.com/ProtocolNebula/node-test-rpg-game.git
cd node-test-rpg-game
npm install

Launch the server

npm start

Playing the game

http://localhost:3000

Enjoy and fork it!