Recreation of the Matrix Digital Rain in Golang + raylib.
Font by NORFOK™. License at the font's site
- Go version 1.16
- raylib dependencies, check raylib's docs
Tested on Windows 10. Should work on other systems as well.
git clone https://github.com/haroflow/go-matrix-code
cd go-matrix-code
go build .
# Help
go-matrix-code.exe -help
-fullscreen
Starts in fullscreen mode
# Windowed
go-matrix-code.exe
# Fullscreen
go-matrix-code.exe -fullscreen
Press F1 while running to see adjustable parameters.