https://github.com/anilkonac/snake-ebiten
A modern snake game written in Go using the Ebitengine library.
https://github.com/anilkonac/snake-ebiten
2d 2d-game ebiten game game-2d go golang snake snake-game
Last synced: 5 months ago
JSON representation
A modern snake game written in Go using the Ebitengine library.
- Host: GitHub
- URL: https://github.com/anilkonac/snake-ebiten
- Owner: anilkonac
- License: gpl-3.0
- Created: 2022-01-10T11:52:44.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-02T13:36:31.000Z (almost 4 years ago)
- Last Synced: 2024-06-20T05:11:54.982Z (almost 2 years ago)
- Topics: 2d, 2d-game, ebiten, game, game-2d, go, golang, snake, snake-game
- Language: Go
- Homepage:
- Size: 180 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.codefactor.io/repository/github/anilkonac/snake-ebiten/overview/main)
[](https://goreportcard.com/report/github.com/anilkonac/snake-ebiten)
# snake-ebiten
A modern remake of the snake game. Written in Go using the [Ebitengine](https://ebiten.org/) game library.
## Features
- Smooth and gridless movement
- Pixel-precise teleportation
## Play
### In browser
- [Current development version](https://anilkonac.github.io/snake-ebiten/) (GitHub Pages)
- [Probably the more stable and older version](https://anilkonac.itch.io/ssnake) (itch.io)
### On desktop
- Download and run the executables from [itch.io page](https://anilkonac.itch.io/ssnake).
## Credits
- [Sounds & Music](https://github.com/anilkonac/snake-ebiten/blob/main/resource/audio/Credits.md)