Update README

GameStickMan
CalisJI 2024-08-23 10:09:38 +07:00
parent 37492da994
commit 8933449eee
1 changed files with 4 additions and 0 deletions

View File

@ -27,6 +27,10 @@ ser.write(data_to_send)
ser.close() 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 # Data frame format
```python ```python
# Game Hung Vat # Game Hung Vat