From 8933449eee2a18d2f932abc95175cfe2dc97e3c4 Mon Sep 17 00:00:00 2001 From: CalisJI Date: Fri, 23 Aug 2024 10:09:38 +0700 Subject: [PATCH] Update README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 51d6159..c1fddc9 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,10 @@ ser.write(data_to_send) ser.close() ``` +# Select Game +Set `num_rows = 0` and `num_cols = 0` `(GameHungVat)` or set `num_rows = 1` and `num_cols = 0` `(GameStickMan)` +And send within `data` at first time to select the game then leave `num_rows = data.shape[0]` and `num_cols = data.shape[1]` after that to play game + # Data frame format ```python # Game Hung Vat