Skip to content

hectorhuertas/snake-tron

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake Tron

Authors: Hector Huertas & Marlo Major

Play online

Overview

Snake Tron is a Snake & Tron crossover where players race to collect points without crashing into the other player. It is build with JavaScript using Dream Driven Development.

Screenshot

Screenshot

Instructions

  • Player One Controls: WASD

  • Player Two Controls: Arrow Keys

  • In one player mode, AI takes place of Player One

  • Collecting 'fruits' awards 1000 points each

  • Dying subtracts 2500 points

Deployment & Testing

To install the dependencies: $ npm install

To fire up a development server: $ npm start

Once the server is running, you can visit:

  • http://localhost:8080/webpack-dev-server/ to run your application.
  • http://localhost:8080/webpack-dev-server/test.html to run your test suite in the browser.

To build the static files: $ npm run build

To run tests in Node: $ npm test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 93.2%
  • HTML 6.8%