Skip to content

ZakDaMack/snake-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake CLI

A snake game you can run in your terminal, made using Go

Flags

  • --height - Height of the game canvas (default: 20)
  • --width - Width of the game canvas (default: 20)
  • --speed - Refresh rate in ms (default: 100)

Run locally

go run cmd/main.go 

Installation

make

You can use make to build and install the game to your bin folder.

You can then run the game using

snake

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors