Skip to content

Commit

Permalink
first commit. inicio do projeto
Browse files Browse the repository at this point in the history
  • Loading branch information
Pleiterson committed Nov 30, 2020
0 parents commit a3eaef1
Show file tree
Hide file tree
Showing 7 changed files with 65 additions and 0 deletions.
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2020 Pleiterson Amorim

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
44 changes: 44 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
<!-- Badges session -->
<p align="center">
<!-- languages -->
<img src="https://img.shields.io/github/languages/count/pleiterson/snake-game-javascript?style=social" alt="Linguagens utilizadas">
<!-- repo size -->
<img src="https://img.shields.io/github/repo-size/Pleiterson/snake-game-javascript?style=social" alt="Tamanho do repositório">
<!-- last commit -->
<img src="https://img.shields.io/github/last-commit/Pleiterson/snake-game-javascript?style=social" alt="Último commit">
<!-- licence MIT -->
<img src="https://img.shields.io/github/license/Pleiterson/snake-game-javascript?style=social" alt="Licença MIT">
</p>

<!--Banner session-->
<p align="center">
<img src="./assets/banner.png" alt="DIO" title="Digital Innovation One">
</p>

<!--About session-->
<h1 align="center">Recriando o jogo da cobrinha com JavaScript<br>Digital Innovation One</h1>

Curso do Bootcamp HTML Web Developer da [Digital Innovation One](https://digitalinnovation.one/).

<img src="./assets/badge.png" title="Badge" width="70" height="70">

Já pensou em criar seu próprio jogo do zero? Aprenda a desenvolver de forma simples o clássico jogo da cobrinha (Game Snake) utilizando HTML, CSS e JavaScript.

- [Projeto desenvolvido]()

<p align="center"><img src="./assets/projeto.gif" title="Game Snake - DIO"></p>
<p align="center"><img src="./assets/projeto-responsivo.gif" title="Game Snake - DIO"></p><br>

<h3>👨‍💻 Tecnologias utilizadas</h3>

- [HTML](https://www.w3schools.com/html/)
- [CSS](https://developer.mozilla.org/pt-BR/docs/Web/CSS)
- [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript)<br>

<!--License session-->
<h3>📝 Licença</h3>

- Este projeto está sob a licença [MIT](./LICENSE).<br>

<!--Bottom session-->
<br><h4 align=center>Made with by <a target="_blank" href="https://pleiterson.vercel.app" >Pleiterson Amorim</a></h4>
Binary file added assets/badge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file added index.html
Empty file.
Empty file added scripts/script.js
Empty file.
Empty file added styles/style.css
Empty file.

0 comments on commit a3eaef1

Please sign in to comment.