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

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)

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.

![Снимок экрана 2023-07-14 124812](https://github.com/Nikitosiki/Tic-tac-toe-2020/assets/61596575/e085b90a-1103-4768-bdab-cbf45966338e)

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

![Снимок экрана 2023-07-14 124652](https://github.com/Nikitosiki/Tic-tac-toe-2020/assets/61596575/02f7d917-ff08-4c9f-9e0f-f9e0c62ed0b0)

## 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:

![Снимок экрана 2023-07-14 124539](https://github.com/Nikitosiki/Tic-tac-toe-2020/assets/61596575/0d09d98c-ab5d-4146-ba48-8feb2e39df68)