Skip to content

tsoding/jaibreak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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