Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
TreacherousDev committed Dec 7, 2024
2 parents 37c304f + a475b91 commit 8c33de7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# GitHub-Snake
![12051-ezgif com-video-to-gif-converter](https://github.com/user-attachments/assets/9b7b12f0-3aaa-4f8c-bde2-f935c91cfeaf)
GitHub Snake is a Browser Extension that lets you play Snake on your GitHub Contribution Graph
GitHub Snake is a Browser Extension that lets you play Snake on your GitHub Contribution Graph.
Get this now for Firefox from the [Mozilla Extension Marketplace](https://addons.mozilla.org/en-US/firefox/addon/github-snake-game/)

## How to Play
The rules of the game are pretty much identical to old-school Snake. Navigate across the board using (T, F, G, H) as directional keys, eat food to grow larger, and avoid hitting walls or your own body. Every once in a while, a high value food will spawn for a limited time that will boost your growth by 5 units once eaten.
The rules of the game are pretty much identical to old-school Snake. Navigate across the board using (W, A, S, D) as directional keys, eat food to grow larger, and avoid hitting walls or your own body. Every once in a while, a high value food will spawn for a limited time that will boost your growth by 5 units once eaten.

To start a new game, simply refresh the browser page and rerun the extension.

Expand All @@ -25,7 +25,7 @@ With that said, here is how to build it yourself:
2. Open your Chromium web browser and click on `Extensions` tab
3. Enable `Developer Mode`
4. Click on `Load Unpacked`
5. Select the folder `GitHub-Snake/GitHub-Snake-Chromium`
5. Select the folder `GitHub-Snake-Chromium` you unpacked
6. Open a GitHub profile tab and activate the extension

___
Expand Down

0 comments on commit 8c33de7

Please sign in to comment.