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

https://github.com/eulixir/tic_tac_toe


https://github.com/eulixir/tic_tac_toe

Last synced: 17 days ago
JSON representation

Awesome Lists containing this project

README

          

# [Tic Tac Toe]

Jogo desenvolvido em React.js, um jogo da velha como é conhecido no Brasil, sua lógica foi construida comparando vetores, por exemplo, quando certa ordem acontecesse, um player seria vitorioso.

--Index Screen--

![Watch the video](https://raw.githubusercontent.com/joaopealves/tic_tac_toe/master/git_documments/index.JPG)

--Drawn Screen--

![Watch the video](https://raw.githubusercontent.com/joaopealves/tic_tac_toe/master/git_documments/drawn.JPG)

--Win Screen--

![watch the video](https://raw.githubusercontent.com/joaopealves/tic_tac_toe/master/git_documments/new%20game.JPG)

--Occupied position Screen--

![watch the video](https://raw.githubusercontent.com/joaopealves/tic_tac_toe/master/git_documments/occupied%20position.JPG)

# Como instalar

# git@github.com:joaopealves/tic_tac_toe.git

Adicione-me ao seu git

--É necessário instalar a node_modules

Use npm init -y caso esteja usando o npm ou somente yarn, caso opte pelo yarn

após a instalação do node_modules basta digitar npm start ou yarn start, já foi adicionado start ao package.json, mas caso não apareça ou esteja usando uma versão antiga, adicione

"start":"react-scripts start",

dentro de "scripts": {

}

# Desenvolvedores

### [João Pedro Alves](https://github.com/Mitico-S)

# Tecnologias usadas

### \*HTML 5

### \*CSS 3

### \*JavaScript

### \*React.js

### \*Node.js