- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ (OPTIONAL)
- 📝 License
Tic Tac Toe by Python is a console game application. This application runs on python the user can selection between different of 2 levels of computer AI. It is wrapped in a PIP package.
Programming Language
- Separation of responsabilities
- Minimax algorithmm implemented as basic AI
- Implement CLI commands
- Docstrings and docpage implement - Google standard and MkDocs
In order to run this project you need:
- To clone or fork this repo
- Python installed in your machine
- It is recommended to use a virtual environment
For more information on how to install ruby on your machine:
Clone this repository to your desired folder:
For example, using Ubuntu:
cd my-desired-folder
git clone https://github.com/lordksix/tic-tac-toe-python
For more information on how to clone or fork a repository:
To install dependencies, the following command must be run in the terminal:
cd tic-tac-toe-python
python -m pip install tic-tac-toe
In the project directory, you can run:
tictactoe
For further informacion read the docs
Tests to be implemented
👤 lordksix
- GitHub: @lordksix
- LinkedIn: @wladpasquel
- Medium: @wladimir.pasquel
Future changes:
- Implementation of tests
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, I encourage you to clone, fork and contribute. Our community and knowledge grows with each engagement.
I want to thank RealPython for the help, base and inspiration.
-
Do I need a IDE or a special text editor to make changes?
- No, you don't. You can use NotePad to make changes.
This project is GNU v3 licensed.