An open API service indexing awesome lists of open source software.

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.

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.

![Picture2](https://user-images.githubusercontent.com/43031902/139539865-69f8cb3b-cfc3-49ef-ac52-3e672ef60f2d.png)

## 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
```