Skip to content

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

Notifications You must be signed in to change notification settings

jtwalraven/tank-game

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.6%
  • HTML 4.2%
  • CSS 3.2%