https://github.com/marianapatcosta/lets-play
Web app to play Tic Tac Toe and Connect 4 games.
https://github.com/marianapatcosta/lets-play
game javascript responsive-web-design scss vue vue3 web
Last synced: 3 months ago
JSON representation
Web app to play Tic Tac Toe and Connect 4 games.
- Host: GitHub
- URL: https://github.com/marianapatcosta/lets-play
- Owner: marianapatcosta
- Created: 2021-10-30T15:41:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-30T14:59:57.000Z (over 3 years ago)
- Last Synced: 2025-11-28T17:42:30.421Z (7 months ago)
- Topics: game, javascript, responsive-web-design, scss, vue, vue3, web
- Language: JavaScript
- Homepage: https://marianapatcosta.github.io/lets-play/
- Size: 760 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Let's Play!
Web app to play Tic Tac Toe and Connect 4 games. Developed using Vue3 with JavaScript and SCSS.

## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
Runs the app in the development mode.
Open [http://localhost:8000](http://localhost:8000) to view it in the browser.
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```