Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-05T19:26:05.000Z (6 months ago)
- Last Synced: 2024-07-06T00:49:55.069Z (6 months 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/