Skip to content
This repository has been archived by the owner on May 5, 2020. It is now read-only.

Valks-Games/io-game-deprecated

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ATTENTION: This version is outdated! Please refer to io-game-v2!

IO Game

A multiplayer in-browser game. The end goal is to create a zombie survival like scenario.

Preview

Node Modules Required

npm i express --save
npm i socket.io --save
npm i proc-noise --save

Optional Dependencies

npm i -g nodemon

Graphics

Reference at https://p5js.org/reference/

Get p5.min.js at https://github.com/processing/p5.js/releases/download/0.7.2/p5.min.js

Socket

Socket.io latest links can be found at https://cdnjs.com/libraries/socket.io

How to Run

The run.bat is forefully using nodemon as a dependency, if you're not using nodemon than change the file to the following code.

node server.js