Skip to content

Online multiplayer JavaScript + Node.js game (client-server architecture, procedural terrain gen, player movement, accounts, item selection & use)

Notifications You must be signed in to change notification settings

james1236/multiplayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

multiplayer

An unfinished multiplayer JavaScript + Node game (creative/survival world game)

  • 14/June/2018 (start dev of multiplayer)
  • 28/June/2018 (end dev of mulitplayer)
  • 21/Jan/2020 (resumed dev of multiplayer)

How to Use

1.

Install node.js and then download+extract a copy of this repo. Start a terminal or git bash in the root directory (same folder as package.json) and run npm install to install the required node modules

2.

Type node app.js to start the server.

3.

Connect to localhost:2000 in a web browser (tested only on chrome)

Controls

Movement ------ WSAD or Arrow Keys
Sprint -------- Spacebar
Select Item --- Scroll / Num Keys (1-9)
Use / Place --- SHIFT + WSAD or Arrow Keys for direction + Click
Debug --------- C

About

Online multiplayer JavaScript + Node.js game (client-server architecture, procedural terrain gen, player movement, accounts, item selection & use)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published