Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 340 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 340 Bytes

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