Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maluscat/snake
Snake and Snake on three axes implemented on the web
https://github.com/maluscat/snake
javascript snake
Last synced: about 1 month ago
JSON representation
Snake and Snake on three axes implemented on the web
- Host: GitHub
- URL: https://github.com/maluscat/snake
- Owner: Maluscat
- License: mit
- Created: 2021-11-23T11:36:15.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-10T00:09:01.000Z (9 months ago)
- Last Synced: 2024-04-22T15:26:43.865Z (9 months ago)
- Topics: javascript, snake
- Language: JavaScript
- Homepage: https://hallo89.net/games
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Snake
Web implementations of a normal game of snake ([Snake 2D](https://hallo89.net/games/snake2D)) and a game of snake on three axes ([Snake 3D](https://hallo89.net/games/snake3D)).
This project is intended to be used in conjunction with [hallo89.net](https://github.com/hallo89/hallo89.net) (hence why it's using [Nunjucks](https://github.com/mozilla/nunjucks) templates). It needs to be cloned or symlinked into the hallo89.net project root, after which it will work out of the box.