Physical robot game
+Boot the robot into an in-person game and let it play as one of the four seats.
+Setup checklist
+-
+
- Connect robot to the local network. +
- Place the robot at the chosen seat and align card feeder. +
- Calibrate cameras and touch sensors if needed. +
Get early access
Interested in trying the bot or integrating it into a platform? Send a message and we'll reply with next steps.
diff --git a/frontend/src/lib/Game.svelte b/frontend/src/lib/Game.svelte new file mode 100644 index 0000000..0b66fb2 --- /dev/null +++ b/frontend/src/lib/Game.svelte @@ -0,0 +1,96 @@ + + +Start a new physical game
+The robot will join as one of the four players and physically plays cards on the table.
+ +Activity
+-
+ {#each $logs.slice().reverse() as line}
+
- {line} + {/each} +