Skip to content

A realtime game using deepstream.io and pixi.js with basic AI elements

License

Notifications You must be signed in to change notification settings

deepstreamIO/ds-tutorial-tanks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ds-tutorial-tanks

Tanks!

Install

Start the ds-server

1. cd ds-server
2. npm install
3. node start.js

Start the game-server

1. cd game-server
2. npm install
3. node start.js


Start the browser game in another terminal window

1. cd to the project
2. cd browser
3. npm install -g bower
3. bower install
4. python3 -m http.server
5. connect to localhost:8000?tankName=<YourName>

About

A realtime game using deepstream.io and pixi.js with basic AI elements

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published