Gabryelf / Gabryelf/StartCours

Игра крестики нолики

Open
#15 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
HTML
Stars
0
Forks
1
PR merge metrics
No merged PRs in 30d

Description


Алгоритмы и массивы


Tic Tac Toy






---

## Задача — "Бот для игры крестики нолики"

- [x] В уже реализованную на занятиях логику нужно внедрить логику работы бота - после хода игрока должен запускаться алгоритм (функция) которая поставит в нужной ячейке `нолик`.

- [x] Сделайте отдельную функцию для подбора ячейки где бот будет ставить отметку с проверками и любым работоспособным алгоритмом.

- [x] Добавьте сохранение статистики (счет человека и бота), при перезапуске вкладки счет не должен удаляться, а так же сам счет должен выводиться на экран.

---




---

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the existing Tic Tac Toe game logic and the code that renders the board. Trace the player-turn flow, then add the bot move and persistent score display described in the issue. Done means the bot selects an available cell after each player move and the human/bot score survives a tab restart and is visible on screen.

Written by the indexing model from the issue text.

Assessment

Tech stack
html, javascript
Domain
frontend, game-dev
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
62/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.