Simple implementation of Tic-Tac-Toe using Python 3 and PyGame.
There are two players - 'X' and 'O'.
Clone this repository.
Things you will need to have installed:
Python 3
The PyCharm IDE is recommended.
Navigate to the root of the project and execute the following command to install the related dependencies:
pip install -r requirements.txt
Run main.py which is the starting point of the program.
Here is an example of what the game looks like:
The unit tests can be found in the 'tests' folder. The pytest testing framework was used (in PyCharm)
- pygame - The Python game development library
This project is licensed under the MIT License - see the LICENSE.md file for details
- PyGame documentation: https://www.pygame.org/docs/