Skip to content

dominguetigs/snake-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake Game

Node.js version Angular version Made by Gustavo Domingueti LICENSE

Sobre   |    Tecnologias   |    Pré-requisitos   |    Como usar   |    Como contribuir   |    Licença

🔖 Sobre

Jogo criado no intuito de reforçar alguns aprendizados nas tecnologias mas utilizadas da Web.

🚀 Tecnologias Utilizadas

Construído totalmente em Javascript, CSS3, HTML5 e Canvas.

📱 Screens

Snake Game Screen - Light Mode

Snake Game Screen - Dark Mode

🔥 Pré-requisitos

⚡ Como usar

  # Clone o repositório
  $ git clone git@github.com:dominguetigs/snake-game.git

  # Instale as dependências
  $ npm install

  # Inicie o jogo
  $ npm start

♻️ Como contribuir

  • Faça um Fork desse repositório
  # Crie uma branch com a sua feature
  $ git checkout -b my-feature

  # Commit suas mudanças
  $ git commit -m 'feat: My new feature'

  # Push a sua branch
  $ git push origin my-feature

📝 License

Esse projeto está sob a licença MIT. Veja o arquivo LICENSE para mais detalhes.


Feito com 💙 by Gustavo Domingueti