Skip to content

MarcelEwinger/multiplayerServerExample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multiplayer Tag Socket.io Server

Example socket.io server that you can run to create a simple multiplayer tag game! The code is intended to be used with the hyperPad Socket.io example project.

Prerequisites

Make sure that you have npm and node.js installed.

Getting Started

Run npm install to install the packages

Then run node . to start the server!

Point your socket.io client to the server eg http://localhost:3000 and you will see that a user connected in the console!

Deploying to Heroku

heroku create
git push heroku master
heroku open

or

Deploy

About

Example socket.io server that you can run to create a simple multiplayer tag game!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%