Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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/