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

https://github.com/baggerfast/tictaktoe

Game "TicTakToe" on python(pygame)
https://github.com/baggerfast/tictaktoe

game game-development pygame pygame-application tic-tac-toe tictactoe tictactoe-game tictactoe-python

Last synced: 3 months ago
JSON representation

Game "TicTakToe" on python(pygame)

Awesome Lists containing this project

README

        

# PyTicTakToe

![Language](https://img.shields.io/badge/Language-Python3.9-yellow.svg?style=flat)

### Clickable:
[![BUILD-STATUS](https://github.com/BaggerFast/TicTakToe/workflows/CI/badge.svg)](https://github.com/BaggerFast/TicTakToe/actions?query=workflow%3Aci)
[![Library](https://img.shields.io/badge/Library-pygame-green.svg?style=flat)](https://www.pygame.org/docs/)

### The purpose:
Make a copy of game "TicTakToe" on Python with library Pygame

### Technology stack:
- **Languages:**
- Python 3.9+
- **Libraries:**
- Pygame
- **Code Analyzers:**
- Pylint

### System requirements:
- Linux | Mac OS | Windows

### Quick setup:
1. Clone a project
2. Create venv (in Pycharm: settings -> project "TicTakToe" -> project interpreter)
3. Upgrade pip:
```bash
pip install --upgrade pip
```
4. Install requirements:
```bash
pip install -r requirements.txt
```
5. Run file run.py

## Game demo:
gameplay

## Download:
| Windows 7 - 11 |
|--------------------------------------------------------------------------------------------------|
| [Download - (**exe**)](https://github.com/BaggerFast/TicTakToe/releases/latest/download/TicTakToe.exe) |