Skip to content

Simple implementation of Tic-Tac-Toe using Python 3 and PyGame

License

Notifications You must be signed in to change notification settings

kdbmeditations/tic-tac-toe-pygame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe

Simple implementation of Tic-Tac-Toe using Python 3 and PyGame.

There are two players - 'X' and 'O'.

Getting Started

Clone this repository.

Prerequisites

Things you will need to have installed:

Python 3

The PyCharm IDE is recommended.

Installing

Navigate to the root of the project and execute the following command to install the related dependencies:

pip install -r requirements.txt

How to Run/Deploy

Run main.py which is the starting point of the program.

Here is an example of what the game looks like: tictactoe

Running the tests

The unit tests can be found in the 'tests' folder. The pytest testing framework was used (in PyCharm)

Built With

  • pygame - The Python game development library

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

About

Simple implementation of Tic-Tac-Toe using Python 3 and PyGame

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages