Skip to content

Commit 3cd7d7b

Browse files
committed
Add a dev script
1 parent 2a5ac21 commit 3cd7d7b

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

dev/durak-simple.kdl

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
// The layout to launch facade and one transactors in Zellij
2+
3+
layout {
4+
pane split_direction="vertical" {
5+
pane {
6+
name "Facade"
7+
focus true
8+
cwd "./"
9+
command "just"
10+
args "dev-facade" "../durak/conf/heads_up.json" "../durak/conf/3players.json"
11+
start_suspended true
12+
}
13+
pane split_direction="horizontal" {
14+
pane {
15+
name "Transactor"
16+
command "just"
17+
cwd "./"
18+
args "facade-transactor" "1"
19+
start_suspended true
20+
}
21+
pane
22+
}
23+
}
24+
}

0 commit comments

Comments
 (0)