Skip to content

Amaquena/cli-snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLI Snake

A simple snake clone written in Go.

cli-snake-screen-recording

Installation

Run from source

  1. Clone the repo
  2. Run make vendor
  3. Run make run

Run from binary

Download binary from https://github.com/Amaquena/cli-snake/releases. Make sure to add it onto your path and run clisnake

Run using go install

On the terminal run

go install github.com/Amaquena/cli-snake@latest
cli-snake