Updated Readme

This commit is contained in:
Filip Znachor 2022-11-15 11:26:17 +01:00
parent a3005f9dc8
commit d8eed338be

View file

@ -1,7 +1,12 @@
# Tic tac toe game for M5Core2
- first player
- circles
- tic_tac_toe_game\tic_tac_toe_first_player.ino
- second player
- crosses
- tic_tac_toe_game\tic_tac_toe_second_player.ino
Simple 3x3 tic-tac-toe game for ZPI subject at University of West Bohemia. Winter semester - 2022.
### Contents
- **random**
- Generating random tic-tac-toe games
- **uart**
- Multiplayer version over UART
- **bluetooth**
- Multiplayer version over Bluetooth