Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 788 Bytes

README.md

File metadata and controls

34 lines (29 loc) · 788 Bytes

1942-Multiplayer-Game

Developed By: Clement Narciso
Demo Link: https://youtu.be/cqk5WBbxZzw

Description (list the features):

  • Play a simple 2d shooter game.
  • Multiplayer coop play.
  • Shoot opposing enemies to rack up points and avoid getting hit.
  • All players have shared points.

Technologies used:

  • HTML
  • CSS
  • Image Sprites
  • NodeJS
  • ExpressJS
  • SocketIO

How to run app:

  1. Type and run this command in the console to install dependencies.
npm install
  1. After installing the dependencies. Type and run this command in the console.
npm start server.js
  1. The app should run now. Open http://localhost:8000/ in any browser.

Instructions to use

  1. Enter your name.
  2. User arrow keys to move up, down, left or right.
  3. Press Space to shoot.