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
- Host: GitHub
- URL: https://github.com/lojito/python-tic-tac-toe
- Owner: lojito
- Created: 2023-12-29T23:31:31.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-29T23:32:40.000Z (almost 2 years ago)
- Last Synced: 2025-01-10T09:41:52.534Z (12 months ago)
- Topics: postgresql, psycopg2, python311
- Language: Python
- Homepage:
- Size: 551 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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! :-)












