Snake Game

A classic snake game made with go

image

Run locally

Prerequisites

Git

Golang

1. Clone Repository

git clone https://github.com/vitoUwu/snakegame && cd snakegame

2. Install dependencies

go get snakegame

3. Run project

go run .