Skip to content

my incomplete multiplayer among us rip off for Hyperpad from 2021

License

Notifications You must be signed in to change notification settings

asylumexp/among-us-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 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

my incomplete multiplayer among us rip off for Hyperpad from 2021

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published