Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.38 KB

README.md

File metadata and controls

40 lines (30 loc) · 1.38 KB

Battle City Tank Online

Battle City Tank Online is a multiplayer online game, inspired by the 1985 game Battle City. The player controls a tank in a map with destructible blocks and must destroy other players tanks in order to earn point.

Features

  • Login page where the player have to insert a nickname
  • Matches with up to 4 players simultaneously
  • Real-time updated ranking of the current match near the game canvas
  • Rematch button after the end of the match (only if there are all the 4 starting players)

Tech

Battle City Tank Online uses a number of open source projects to work properly:

  • node.js
  • Express
  • jQuery
  • Twitter Bootstrap
  • p5.js
  • p5.sound.js

Installation

Battle City Tank Online requires Node.js v8.9+ to run.

Install the dependencies and devDependencies and start the server.

$ cd Battle-City-Online-Folder
$ npm install -d
$ node server.js

Screenshots

home game gamefinish

Author