Small snake game built with Go and ebitengine
  • Go 98.6%
  • Just 1.4%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-28 14:49:39 +03:00
apple.go add playable area and controls info 2026-05-24 01:21:56 +03:00
area.go add playable area and controls info 2026-05-24 01:21:56 +03:00
death_scene.go add scene manager 2026-05-25 17:05:58 +03:00
game_scene.go add scene manager 2026-05-25 17:05:58 +03:00
gamepad.go connect only gamepads that have standard layout available 2026-05-25 22:56:44 +03:00
gameplay.webm add gameplay video 2026-05-24 01:53:09 +03:00
go.mod add scene manager 2026-05-25 17:05:58 +03:00
go.sum add scene manager 2026-05-25 17:05:58 +03:00
Justfile add build-wasm script 2026-07-28 14:49:39 +03:00
main.go use share button instead of bumpers to fullscreen 2026-05-25 21:34:14 +03:00
menu_scene.go add scene manager 2026-05-25 17:05:58 +03:00
readme.md add gamepad callout 2026-05-24 01:59:09 +03:00
sidebar.go add scene manager 2026-05-25 17:05:58 +03:00
snake.go remove Update() method on snake 2026-05-24 19:44:57 +03:00

snake

gameplay video

With gamepad support, tested on the steam deck.

install

go install git.tsivinsky.com/tsivinsky/snake@latest