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

https://github.com/yanceyy/snake-game

Snake game crafted in Vanilla TypeScript
https://github.com/yanceyy/snake-game

gamedev javascript javascript-game snake snake-game typescript typescript-game

Last synced: 3 months ago
JSON representation

Snake game crafted in Vanilla TypeScript

Awesome Lists containing this project

README

        

# Description

This is a basic snake game writted by TypeScript

## Install dependencies

```bash
npm i
```

## Run

```bash
npm start
```

## License

[MIT](https://choosealicense.com/licenses/mit/)