Multiplayer online shooter game made using Node.js, Express, Socket.io, and p5.js
Instructions to run app:
- Download the repo locally
- Navigate through terminal to the local folder
- Run "npm i" (assuming you have npm and nodejs already installed on your computer)
- Run "node app.js"
- Navigate to localhost:3000 on your browser
How To Play
- Use W,A,S,D or the arrow keys to move your player
- Point with mouse and left click in order to shoot a bullet
- Dodge other players bullets, while trying to shoot them with your bullets
- Recieve one point each time your bullet hits another player
- Don't collide with another player. Instant death!