This is a terminal based animation demo written in Go.
# Get dependencies (needs to be run first)
make dep
# Run with a default number of 50 flies
make run
# Build and run with a defined number of flies
make build
./gofly -flies 5
# Get help
./gofly -h
My love for Golang, my fly problem, and Lucas's wasp problem.