https://github.com/rohanrhu/snake
Snake is a snake game implementation on HTML5.
https://github.com/rohanrhu/snake
html5 html5-canvas html5-game pixi pixijs snake
Last synced: 7 months ago
JSON representation
Snake is a snake game implementation on HTML5.
- Host: GitHub
- URL: https://github.com/rohanrhu/snake
- Owner: rohanrhu
- License: other
- Created: 2017-03-27T01:08:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-07T13:15:42.000Z (almost 7 years ago)
- Last Synced: 2025-03-19T03:43:53.671Z (7 months ago)
- Topics: html5, html5-canvas, html5-game, pixi, pixijs, snake
- Language: JavaScript
- Homepage: https://oguzhaneroglu.com/games/snake/
- Size: 457 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HTML5 Snake Game with pixi.js
Snake is a snake game implementation on HTML5 with [pixi.js](https://github.com/pixijs/pixi.js/).You can play snake from [here](http://oguzhaneroglu.com/games/snake/) and download from [github](https://github.com/rohanrhu/snake).

# License
Licensed under [MIT](https://opensource.org/licenses/MIT).