Skip to content

CS4080-GO2/GoSnake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoSnake

CS4080 Golang capstone project on snake.

Installation

Update and install this go package by using the following terminal commands

go get -u github.com/nsf/termbox-go
go get -u github.com/CS4080-GO2/GoSnake
go get -u github.com/mattn/go-runewidth

How to Run

Run the command below to run game

go run main.go