Tic-tac-toe-game/Readme.md

17 lines
440 B
Markdown
Raw Permalink Normal View History

2022-11-15 09:28:08 +01:00
# Tic tac toe game for M5Core2
2022-11-15 11:26:17 +01:00
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
2022-11-18 10:16:26 +01:00
- player 1 (circles)
- player 2 (crosses)
2022-11-18 10:19:23 +01:00
- Scan for player 1 and connect (vibrate when connected)
Authors: Vojtěch Pour, Filip Znachor