Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 622 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 622 Bytes

2D Snake

This is the popular snake game. Created on golang using ebiten engine. The motive was to understand Ebiten engine that is written on golang. (PR: hajimehoshi/ebiten#1276)

alt text

Supported OS

Mac.

There is a plan to host it as web application on a server.

Installation

  • Take a clone of this repo

  • Run the file using ./Snake Or

  • Install dependencies using go get ...

  • Run the file using go run main.go

Features

  • Game audio
  • Collision detection
  • 5 Levels of difficulty
  • Score
  • Sprites