Skip to content

lipusmah/go-snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GO-SNAKE

About

Go snake is a simple terminal based program that allows users to play Snake game directly from the terminal.

The program is meant as a learning project and a reference for future work with cli programs in golang.

Building and running

Tested only on unix based systems (could cause problems with standard inputs on windows)

Dependecies

Running program from source

When in root directory run

go run .

Build a program from source

 go build -o snake

About

Hobby project to run snake in terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages