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)
- Host: GitHub
- URL: https://github.com/baggerfast/tictaktoe
- Owner: BaggerFast
- Created: 2021-05-30T16:46:32.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-05T07:38:42.000Z (almost 3 years ago)
- Last Synced: 2025-02-10T02:51:47.412Z (5 months ago)
- Topics: game, game-development, pygame, pygame-application, tic-tac-toe, tictactoe, tictactoe-game, tictactoe-python
- Language: Python
- Homepage:
- Size: 501 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PyTicTakToe

### Clickable:
[](https://github.com/BaggerFast/TicTakToe/actions?query=workflow%3Aci)
[](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:
## Download:
| Windows 7 - 11 |
|--------------------------------------------------------------------------------------------------|
| [Download - (**exe**)](https://github.com/BaggerFast/TicTakToe/releases/latest/download/TicTakToe.exe) |