tsoding / jaibreak

Home Page:https://tsoding.github.io/jaibreak/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JaiBreak

thumbnail

Quick Start

$ jai -version
Version: beta 0.1.033, built on 21 July 2022.

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

About

https://tsoding.github.io/jaibreak/

License:MIT License


Languages

Language:JavaScript 90.2%Language:HTML 6.5%Language:C 3.3%