Skip to content

Commit

Permalink
Change some parts of readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gamalielhere committed Feb 4, 2016
1 parent 3411622 commit 0d7b445
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,15 @@ SNAKE is a classic game where you play as the snake and you feed yourself with t
###Technologies
* Created snake as an array to make it easier to add length into it.
* Set up the board with canvas
* Move snake inside the canvas by adjust the x and y coordinates.
* Move snake inside the canvas by removing one piece of the tail and moving it to the head repeatedly.
* Direct the snake by arrow keys using event.which to distinguish which key is being used.
* Stores high scores in local storages. [See MDN docs for more info](https://developer.mozilla.org/en-US/docs/Web/API/Storage)

* <del>Stores high scores in local storages. [See MDN docs for more info](https://developer.mozilla.org/en-US/docs/Web/API/Storage) </del>
Never mind that. Jim helped me out and introduced me to Firebase data bases so the high scores are stored in a server and can be beaten by anyone currently playing.

### INSTRUCTIONS
* Move snake with your arrow keys.
* Collect as much food as you can.
* **DON'T DIE**

###DESIGN APPROACH
My design approach is basically reviving a retro game. I used "Press Start 2P" as font to add that 8-bit old classic game look.
Expand Down

0 comments on commit 0d7b445

Please sign in to comment.