This repository contains a Python implementation of two popular games: Wordle and Tic Tac Toe. The Wordle game is for a single player, while Tic Tac Toe is a 2-player game and includes extra features such as word definitions and spell checking.
To run the project please ensure you have Python 3.12 installed and follow the steps below:
git clone https://github.com/julianchen24/Wordle-Tic-Tac-Toe-Python-Project
cd Wordle-Tic-Tac-Toe-Python-Project
pip install -r requirements.txt
Run the game using the command:
python main.py
All contributions are welcome.