https://github.com/nikitosiki/tic-tac-toe-2020
One of my first projects. Game "Tic-tac-toe". Playing against AI)
https://github.com/nikitosiki/tic-tac-toe-2020
game old
Last synced: 5 months ago
JSON representation
One of my first projects. Game "Tic-tac-toe". Playing against AI)
- Host: GitHub
- URL: https://github.com/nikitosiki/tic-tac-toe-2020
- Owner: Nikitosiki
- Created: 2023-07-14T09:26:32.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-29T20:44:45.000Z (over 2 years ago)
- Last Synced: 2025-10-30T06:49:19.793Z (8 months ago)
- Topics: game, old
- Language: Pascal
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to the Game Tic-tac-toe-2020
I wrote this "Tic-tac-toe" game in 2020 when I was learning about programming. This project was written in Pascal. The game has three levels of difficulty, and a system for counting wins.
Application loading screen, it is fully interactive.

The game has a choice of difficulty levels:
* Easy - There is a high probability that the opponent will not see the correct move
* Normal - Stronger opponent, but sometimes wrong
* Hard - Hard to beat, almost never wrong

## Game process
> **Note**: The game has a counter of victories, according to the results of the matches played.
The game starts with your turn. In the right part of the playing area, the correspondence of the cells to the numbers is shown.
For the user's move, you need to specify the cell number, the user always plays for **O**.
Below is a gameplay demo:
