server skeleton

This commit is contained in:
2026-05-30 18:08:48 +02:00
parent feef6cc80b
commit d29d61cada
2 changed files with 42 additions and 12 deletions
+4 -4
View File
@@ -2,8 +2,8 @@
(interleave
{ odin run . -- h localhost:42069 2 | lines | each { "HOST | " ++ $in } }
{ sleep 300ms
odin run . -- c localhost:42069 | lines | each { "PLAYER 1 | " ++ $in } }
{ sleep 300ms
odin run . -- c localhost:42069 | lines | each { "PLAYER 2 | " ++ $in } })
{ sleep 500ms
odin run . -- c localhost:42069 | lines | each { "PLAYER 0 | " ++ $in } }
{ sleep 500ms
odin run . -- c localhost:42069 | lines | each { "PLAYER 1 | " ++ $in } })
| each { print $in } | ignore