An open API service indexing awesome lists of open source software.

https://github.com/lojito/python-tic-tac-toe

A CRUD console-base 3x3 multilingual(English, French and Spanish) Tic-Tac-Toe game implemented with Python3 and PostgreSQL
https://github.com/lojito/python-tic-tac-toe

postgresql psycopg2 python311

Last synced: 10 months ago
JSON representation

A CRUD console-base 3x3 multilingual(English, French and Spanish) Tic-Tac-Toe game implemented with Python3 and PostgreSQL

Awesome Lists containing this project

README

          

# python-tic-tac-toe

Let's play Tic-Tac-Toe, shall we?

1- Clone this repository.

2- Download PostgreSQL and install it on your system.

3- Run the command pip install psycopg2.

4- Issue the command pip install python-dotenv

5- At the root of the project create the text file called .env and there put the environment variables similar to the .env.example file.

6- Execute the command python app.py

7- Start playing the Tic-Tac-Toe game. Be ready to use the keyboard.

Happy Tic-Tac-Toe! :-)

![](screenshots/01.png)

![](screenshots/02.png)

![](screenshots/03.png)

![](screenshots/04.png)

![](screenshots/05.png)

![](screenshots/06.png)

![](screenshots/07.png)

![](screenshots/08.png)

![](screenshots/09.png)

![](screenshots/10.png)

![](screenshots/11.png)

![](screenshots/12.png)

![](screenshots/13.png)