Skip to content

kiran2s/td.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

td.io

Tower Defense io game.

Environment Setup

Step 1: Install Node.js

Download from Node.js website.

Step 2: Install Express

$ npm install express --save

Step 3: Install Socket.IO

$ npm install socket.io --save

Step 4: Install node-uuid

$ npm install node-uuid --save

Step 5: Install SpatialHash

$ npm install spatial-hash --save

Step 6: Install Browserify

$ npm install -g browserify

Step 7: Bundle required modules with Browserify

$ browserify client/index.js -o bundle.js

Step 8: Run Server

$ node server/Server.js

Step 9: Open in Browser

Go to localhost:4004

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages