The popular game, also known as "noughts and crosses" or "Xs and Os" (Wikipedia).
Day 2 Challenge of 2021 Local Hack Day:Build.
General implementation inspired from Sashrika Kaur's MLH 2021 Twitch video.
"Medium" mode inspired from Dimitris Psounis Python Youtube Video.
Use the package manager pip to install graphics.py.
pip install graphics.py
- fix replay
- add graphics
- save scores using json
- implement PVP mode
- give user choice between X and O
- add mouse interaction
- implement "hard" mode
- eliminate global variables
- introduce classes