maikmerten / dogflight

A web-based multiplayer game that simulates arcade-style aerial dogfighting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dogflight!

A web-based multiplayer game that simulates arcade-style aerial dogfighting.

Installation

  • Install git and node.js. Ensure that both git and npm can access remote repositories (this should just work fine, but additional configuration may be necessary if web content can only be accessed via a web proxy)
  • Clone a copy of Dogflight!: git clone https://github.com/maikmerten/dogflight.git
  • Enter the directory with the Dogflight! clone: cd dogflight
  • Ensure that all dependencies are installed: npm install
  • Start the Dogflight! server: node server

About

A web-based multiplayer game that simulates arcade-style aerial dogfighting

License:MIT License


Languages

Language:JavaScript 74.5%Language:HTML 14.7%Language:CSS 10.7%