Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matheusfd3/jogo-da-velha
Jogo da velha.
https://github.com/matheusfd3/jogo-da-velha
2021 game javascript
Last synced: about 1 month ago
JSON representation
Jogo da velha.
- Host: GitHub
- URL: https://github.com/matheusfd3/jogo-da-velha
- Owner: matheusfd3
- License: mit
- Created: 2021-10-08T18:16:38.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-27T18:51:48.000Z (about 3 years ago)
- Last Synced: 2024-04-28T05:50:02.147Z (8 months ago)
- Topics: 2021, game, javascript
- Language: JavaScript
- Homepage:
- Size: 80.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Introdução
Jogo da velha com histórico de jogadas, podendo voltar a qualquer jogada do passado.
## Primeiro Acesso
### Clonando o projeto
```
$ git clone https://github.com/matheusfd3/jogo-da-velha.git
```
### Baixando as dependências
Na pasta do projeto execute o comando abaixo com o [Yarn](https://yarnpkg.com/lang/pt-br/).
```
$ yarn install
```
### Rodando no localhost
```
$ yarn dev
```
Acesse [http://localhost:8080/](http://localhost:8080/).
### **Imagem**