Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@

- [ ] Android
- [ ] Flutter
- [ ] Web Devlopment
- [x] Web Devlopment

### Task Completed
<!-- you only have to fill in one of the tasks -->
#### Tic Tac Toe

- [ ] **Task 1**: Implement a two-player mode that allows two people to compete against each other.
- [x] **Task 1**: Implement a two-player mode that allows two people to compete against each other.
- [ ] **Task 2**: Add a single-player mode that allows users to play with an intelligent bot that never loses.
- [ ] **Task 3**: Add an option to select which shape to begin with (X/O).
- [ ] **Task 4:** In single-player mode, add an option to choose who will start first - computer or player.
Expand All @@ -28,5 +28,5 @@
### Submission

<!-- Add in your repo and apk link or web site link as per track -->
[Repo](link)
[Repo](https://github.com/Ad-tea/Tic-Tac-Toe.git)
[APK|Web Site](link)