https://github.com/fs-frost/snake
:snake: Snake clone built with p5.js and TypeScript.
https://github.com/fs-frost/snake
p5js typescript videogame
Last synced: 2 months ago
JSON representation
:snake: Snake clone built with p5.js and TypeScript.
- Host: GitHub
- URL: https://github.com/fs-frost/snake
- Owner: FS-Frost
- Created: 2021-06-24T03:30:21.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-05T19:26:05.000Z (about 2 years ago)
- Last Synced: 2025-01-05T09:32:27.403Z (over 1 year ago)
- Topics: p5js, typescript, videogame
- Language: TypeScript
- Homepage: https://fs-frost.github.io/snake/
- Size: 444 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# snake
🐍 Snake clone!
## Play online
https://fs-frost.github.io/snake/
## Built with
- [p5.js](https://p5js.org/)
- [TypeScript](https://www.typescriptlang.org/)
- [Snowpack](https://www.snowpack.dev/)
## Play offline
```shell
git clone https://github.com/FS-Frost/snake
cd snake
bun install
bun run dev
```
Play on http://localhost:5000/