Skip to content
/ Snake Public

This is the popular snake game. Created on golang using ebiten engine.

Notifications You must be signed in to change notification settings

Ishmeet/Snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This is the popular snake game. Created on golang using ebiten engine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages