Skip to content

One of my first projects. Game "Tic-tac-toe". Playing against AI)

Notifications You must be signed in to change notification settings

ChernyshchukS/Tic-tac-toe-2020

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

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

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

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

About

One of my first projects. Game "Tic-tac-toe". Playing against AI)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Pascal 100.0%