Skip to content

tjkomor/Rakes-on-a-Plane-JS

 
 

Repository files navigation

Snake - A Game Time project for Turing School

This ain't yo momma's snake from her old nokia phone! This Javascript written game takes a page out of Samuel L. Jackson and has been dubbed "Rakes on a Plane." Use your arrow keys to move and if you are feeling saucy, give SLJ mode a try as it speeds up and appends more snakes!

Press 'e' for easy, 'm' for medium, 'h' for hard, or 's' for SAMUEL L JACKSON mode for the risk takers out there to start the game.

alt text

Production Link

https://jillmd501.github.io/Rakes-on-a-Plane-JS/

How to Play

To play the best snake that has ever snaked, type the following into your command line:

git clone git@github.com:jillmd501/Rakes-on-a-Plane-JS.git

To run the game locally:

npm start
  • http://localhost:8080/webpack-dev-server/ to run your application locally.

To run the tests:

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

HAPPY SNAKING!!

alt text

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.0%
  • Other 1.0%