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

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.

Awesome Lists containing this project

README

          

[![CodeFactor](https://www.codefactor.io/repository/github/anilkonac/snake-ebiten/badge/main)](https://www.codefactor.io/repository/github/anilkonac/snake-ebiten/overview/main)
[![Go Report Card](https://goreportcard.com/badge/github.com/anilkonac/snake-ebiten)](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)