Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 587 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 587 Bytes

GoTyper

asciicast

GoTyper is a typing game.

Type the words as they fall from the screen. Buy goroutines to help you type! Upgrade your goroutines to reduce the time spend in garbage collection, and how often the garbage collection happens.

Installing

go get github.com/gophergala2016/gopher_typer
cd $GOPATH/src/github.com/gophergala2016/gopher_typer
go run cmd/gopher_typer/main.go

Packages used:

Termloop - https://github.com/JoelOtter/termloop