Skip to content

yuristy/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[RU]

Описание:

Игра "Крестики-нолики". Сделано с помощью React.JS.
-> Ссылка на проект <-

Основные функции:

  1. Показывает текущий ход.
  2. Сканирует поле и определяет победителя.
  3. Сохраняет историю ходов и позволяет перемещаться по ним.
  4. При создании новой игры удаляет историю предыдущих ходов.

[ENG]

Description:

Tic-Tac-Toe game with time machine function. Created using React.JS.
-> Link to the project <-

Key features:

  1. Shows the current move.
  2. Scans the field and determines the winner.
  3. Saves the moves history and allows to move between them.
  4. Deletes the history of previous moves when creating a new game.