Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 795 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 795 Bytes

go-matrix-code

Recreation of the Matrix Digital Rain in Golang + raylib.

Preview

Font by NORFOK™. License at the font's site

Requirements

Build

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 .

Run

# 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.