ryanmpelletier / tank-game

A game written using Node.js, WebSockets, and HTML5 canvas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

NOTE

Project is not actively maintained. Working with npm 6.10.3, node v12.10.0, and gulp 4.0.0. There are also dependencies which Github tells me have vulnerabilities. I'm open to fixes!

Description

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

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. You'll also need gulp 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

About

A game written using Node.js, WebSockets, and HTML5 canvas

License:MIT License


Languages

Language:JavaScript 92.3%Language:HTML 4.2%Language:CSS 3.1%Language:Dockerfile 0.5%