Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ynfuien/snake-js
Simple snake game in JS.
https://github.com/ynfuien/snake-js
js snake snake-game
Last synced: 5 days ago
JSON representation
Simple snake game in JS.
- Host: GitHub
- URL: https://github.com/ynfuien/snake-js
- Owner: Ynfuien
- License: gpl-3.0
- Created: 2023-08-17T08:34:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-22T19:55:37.000Z (over 1 year ago)
- Last Synced: 2024-11-09T07:42:21.839Z (about 2 months ago)
- Topics: js, snake, snake-game
- Language: JavaScript
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Snake in JS
Simple snake game ported from my C# snake.# Media
![Gameplay](https://i.imgur.com/qoV19Qc.gif)# License
This project uses [GNU GPLv3](https://github.com/Ynfuien/snake-js/blob/main/LICENSE) license.