Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mhluska/snake
π WebGL self-playing snake game
https://github.com/mhluska/snake
pathfinding snake-game webgl
Last synced: 2 months ago
JSON representation
π WebGL self-playing snake game
- Host: GitHub
- URL: https://github.com/mhluska/snake
- Owner: mhluska
- Created: 2012-07-17T22:30:53.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T11:25:37.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T21:19:24.167Z (8 months ago)
- Topics: pathfinding, snake-game, webgl
- Language: JavaScript
- Homepage: https://mhluska.github.io/snake
- Size: 2.18 MB
- Stars: 16
- Watchers: 3
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
![snake](snake.webp)
# Snake
3D self-playing snake game
### Develop
```
npm install
npm start
```### Build
```
npm run build
```Snake game graphic courtesy of
[Guillaume ChΓ©reau](http://blog.noctua-software.com/).