cliffom / gofly

Some animation fun with a terminal and Golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gofly - animation fun with a terminal and Golang

This is a terminal based animation demo written in Go.

Show me the flies!

# 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

Example output

asciicast

Inspiration

My love for Golang, my fly problem, and Lucas's wasp problem.

About

Some animation fun with a terminal and Golang


Languages

Language:Go 96.8%Language:Makefile 3.2%