Skip to content

Simple browser game that runs on aws service, built for Internet Tech Project

Notifications You must be signed in to change notification settings

Spexso/ShootTheEnemy

Repository files navigation

ShootTheTraitor

Online Javascript game built for browsers that works on AWS Cloud

Structure:

serverBackend.js ()

index.html (\public\index.html)

serverFrontend.js (\public\js\serverFrontend.js)

Flow:

  • serverBackend handles server side, calculations regarding game mechanics and movement happens here
  • serverFrontend handles client side, visual calculations happens here
  • index is static version of page handles username form and Leaderboard parts

Instructions:

Local:

  1. Run serverBackend.js with the command node serverBackend.js
  2. Connect to localhost:3000

Cloud:

  1. Connect to ec2-52-202-235-141.compute-1.amazonaws.com:3000

About

Simple browser game that runs on aws service, built for Internet Tech Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published