Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 769 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 769 Bytes

README

Description

  • Game written in Node.js using WebSockets (socket.io) and HTML5 canvas.
  • 0.1
  • Authors: Ryan Pelletier Davis DeRuiter

This assumes an elementary knowledge of node.js and how npm works with the package.json file (basically what the "dependencies" are and how the "scripts" are called when the npm command is run in the same directory). It also assumes that node, npm, and git are installed.

The build files used are pretty simple, and are also documented well. In order to run the project follow the steps below. First make sure node and npm are installed and up to date

  1. git clone https://github.com/ryanp102694/tank-game.git
  2. cd tank-game
  3. npm install
  4. npm start
  5. Browse to localhost:8080