Thanks to visit codestin.com
Credit goes to github.com

Skip to content

binoymanoj/snake-game-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake Game in Go (Ebiten)

A simple, minimal Snake game built with Ebiten, a 2D game engine for Go.
This project is purely for fun and learning purposes.


🎮 Gameplay

  • Control the snake using the Arrow Keys.
  • Eat the red square (food) to grow.
  • Avoid running into yourself or hitting the walls.
  • If you collide, the game ends.

⚙️ Requirements

  • Go 1.20 or higher
  • Git

🚀 Setup & Run Locally

  1. Clone the repository:

    git clone https://github.com/binoymanoj/snake-game-go.git
    cd snake-game-go
  2. Run the Game:

go run main.go

📦 Build Executable

go build -o snake-game
./snake-game

📄 License

This project is released under the MIT License. You are free to use, modify, and distribute it.


About

A simple Snake Game using Go

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages