https://github.com/patrickap/snake-game
Simple snake game using HTML Canvas. 🐍
https://github.com/patrickap/snake-game
2d canvas game html5 oop pure snake typescript
Last synced: 8 months ago
JSON representation
Simple snake game using HTML Canvas. 🐍
- Host: GitHub
- URL: https://github.com/patrickap/snake-game
- Owner: patrickap
- License: mit
- Created: 2022-05-03T17:44:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-30T08:10:38.000Z (over 2 years ago)
- Last Synced: 2025-02-09T01:09:09.504Z (8 months ago)
- Topics: 2d, canvas, game, html5, oop, pure, snake, typescript
- Language: TypeScript
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# snake-game
Simple snake game using HTML Canvas. 🐍
## Images
![]()
![]()
## Run the game
```shell
# install dependencies
npm install# start the game on localhost:1234
npm run start
```