Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 817 Bytes

File metadata and controls

31 lines (21 loc) · 817 Bytes

Breakout

A brick breaker game.

demo1 demo2
demo3 demo4

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.