Breakout A brick breaker game. Installation and run First clone the repository. Start Julia in the project folder and type > julia --project=. in the OS terminal. julia> using Pkg; Pkg.instantiate() julia> include("breakout.jl") will load and run the game.