Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/).