Skip to content

Kasahs/snakepvp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snakepvp

A multiplayer pvp snake game. With basic client server architecture and websockets for client communication.

Not ready to be deployed yet

Instructions for installation and running

Install Nodejs v8.1.3 using nvm

follow: https://www.digitalocean.com/community/tutorials/how-to-install-node-js-with-nvm-node-version-manager-on-a-vps

move to project directory

cd snakepvp

Run install script (use chmod u+x for execution permissions)

./install.sh

Build and Run the server and client (use chmod u+x for execution permissions)

./build.sh the port is hard coded to 9999 at the moment

Open client

visit localhost:9999/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published