samyvera / node_versus_game

An online versus fighting game built on NodeJs, Express and socket.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node_Versus_Game

Build Status Dependency Status

A versus fighting game built on NodeJs, Express, socket.io, and JavaScript ES6. No unnecessary libraries.

Live demo not available yet.

Getting Started

Install the latest Node.js 11 Stable

git clone https://github.com/5amyVera/node_versus_game.git

cd node_game

npm install

npm start

Open your web browser to localhost:3000

Game Features

  • Quick join and play (no sign-ups)
  • Multiple fighters
  • Queue up (when 2+ players)
  • Spectate
  • Rooms
  • Player settings
    • Choose fighter
    • Add name
  • Player statistics
  • Local storage of name
  • Sound effects

About

An online versus fighting game built on NodeJs, Express and socket.io

License:MIT License


Languages

Language:JavaScript 98.2%Language:HTML 1.1%Language:CSS 0.7%