https://github.com/idreesinc/typesnake
Snake, programmed in TypeScript, stylized like an old LCD screen.
https://github.com/idreesinc/typesnake
snake-game typescript
Last synced: about 1 year ago
JSON representation
Snake, programmed in TypeScript, stylized like an old LCD screen.
- Host: GitHub
- URL: https://github.com/idreesinc/typesnake
- Owner: IdreesInc
- Created: 2017-08-28T15:08:08.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-28T15:52:30.000Z (almost 9 years ago)
- Last Synced: 2025-01-27T23:18:56.127Z (over 1 year ago)
- Topics: snake-game, typescript
- Language: TypeScript
- Homepage:
- Size: 5.86 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About TypeSnake
Snake, programmed in TypeScript, stylized like an old LCD screen. Because why not?
### [Click here to check it out!](http://apps.introcs.com/idrees/snake/snake)
## How to Play
### On a Computer
Just use the arrow keys and try not to hit yourself! (advice for life)
### On Mobile
Use the buttons on the bottom of the screen to maneuver the snake. The canvas should auto-resize to fit your screen, but please notify me if your buttons are cut off!
## How it Works
Updates the grid when the snake moves and collects food, draws the grid on the canvas. The canvas is then stylized like a LCD screen, because nostalgia.