Playbook-Lang
Try it easily.
DSL for BasketBall Playbook.
🚀 write playbook by markup language
You can save the playbook by markup language. Lightweight than png or jpeg.
players = { p1, p2 }
position = {
p1 = (0, 0),
p2 = (50, 50),
}
action = {
move = {
p2 -> (0, 80)
},
pass = {
p1 -> p2:after
},
}
⚡ rust-base fast compile
Quickstart compile time(5 players 1 play);
real 0m0.006s
user 0m0.004s
sys 0m0.002s
🥅 Someday, Be De Facto Standard
We will develop lang and web-app for compile.