Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 994 Bytes

File metadata and controls

49 lines (34 loc) · 994 Bytes

JaiBreak

thumbnail

Quick Start

$ jai -version
Version: beta 0.2.008, built on 14 January 2025.

Native Build

$ jai ./first.jai
$ ./jaibreak-release

WebAssembly Build

WebAssembly builds only on Linux right now.

$ jai ./first.jai
$ python3 -m http.server 6969
$ iexplore.exe http://localhost:6969/

You can also check an already deployed WebAssembly version here: https://tsoding.github.io/jaibreak.

Controls

keys description
A/D or / move bar left/right
ESC toggle pause
SPACE release the "ball"

Debug Build

keys description
F5 Hotreload params.conf
F3 Make an SVG screenshot

References