A crude attempt to simulate fireworks in Go.
- Clone and
cd
into the repo - Make sure you have Go installed.
- Run
go run .
- To exit - Press
Ctrl-C
demo.mov
Note: If you are not seeing the coloured characters being printed onto your terminal, make sure your terminal supports ANSI 256-color scheme
Just for fun and teaching myself how to write Golang.