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

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

This is a tic tac toe game using python
https://github.com/lordksix/tic-tac-toe-python

Last synced: about 2 months ago
JSON representation

This is a tic tac toe game using python

Awesome Lists containing this project

README

        


logo


Tic Tac Toe by Python


# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)

# 📖 [School Library App]

**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.

(back to top)

## 🛠 Built With

### Tech Stack

Programming Language

### Key Features

- **Separation of responsabilities**
- **Minimax algorithmm implemented as basic AI**
- **Implement CLI commands**
- **Docstrings and docpage implement - Google standard and MkDocs**

(back to top)

## 💻 Getting Started

### Prerequisites

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:
- How to install Python

### Setup

Clone this repository to your desired folder:

For example, using Ubuntu:

```sh
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:
- How to clone a repo
- How to fork a repo

### Install

To install dependencies, the following command must be run in the terminal:

```sh
cd tic-tac-toe-python
python -m pip install tic-tac-toe
```

### Usage

In the project directory, you can run:

```sh
tictactoe
```
For further informacion read the [docs](https://lordksix.github.io/tic-tac-toe-python/)


logo


Game UI


### Run tests

Tests to be implemented

(back to top)

## 👥 Authors

👤 **lordksix**

- GitHub: [@lordksix](https://github.com/lordksix)
- LinkedIn: [@wladpasquel](https://www.linkedin.com/in/wladpasquel/)
- Medium: [@wladimir.pasquel](https://medium.com/@wladimir.pasquel)

(back to top)

## 🔭 Future Features

Future changes:
- Implementation of tests

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project, I encourage you to clone, fork and contribute. Our community and knowledge grows with each engagement.

(back to top)

## 🙏 Acknowledgments

I want to thank RealPython for the help, base and inspiration.

(back to top)

## ❓ FAQ

- **Do I need a IDE or a special text editor to make changes?**

- No, you don't. You can use NotePad to make changes.

(back to top)

## 📝 License

This project is [GNU v3](./LICENSE) licensed.

(back to top)