Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/serhii-chernenko/vue3-tic-tac-toe
Vue3 Training app
https://github.com/serhii-chernenko/vue3-tic-tac-toe
actions app bun certificate exam game pages preparation tic-tac-toe training vite vue vue3
Last synced: 11 days ago
JSON representation
Vue3 Training app
- Host: GitHub
- URL: https://github.com/serhii-chernenko/vue3-tic-tac-toe
- Owner: serhii-chernenko
- Created: 2023-11-16T18:55:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-16T22:09:49.000Z (about 1 year ago)
- Last Synced: 2024-11-14T04:29:21.501Z (2 months ago)
- Topics: actions, app, bun, certificate, exam, game, pages, preparation, tic-tac-toe, training, vite, vue, vue3
- Language: Vue
- Homepage: https://serhii-chernenko.github.io/vue3-tic-tac-toe/
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
difficulty: 2
training: true
chapter: "Chapter 5: Challenge Roundup"
tags: vue
---# Tic-Tac-Toe
# Challenge Description
In this challenge, your task is to create a working Tic-Tac-Toe game.
For those unfamiliar with the game, [here are the rules](https://www.wikihow.com/Play-Tic-Tac-Toe).## Requirements
- The game should allow 2 players on the same device to alternate clicking on the game board to add an X or an O
- When someone get's 3 in a row, the game should stop and the winner be announced
- Once the game is finished, the user should be able to start a new game.## Other Considerations
> If you see an any `data-test` property in the boilerplate don't remove it
> it is needed. If you remove it your code may be invalid for the certificate.> TailwindCSS is preinstalled and with default config.
> It might be helpful for you if you want to have some styles. (Not obligatory)## Example of finished App
This is an example of what the functionality should look like for the completed exercise.
![gif of the finished countdown app](https://i.imgur.com/obKZsF6.gif)