Skip to content

Latest commit

 

History

History
95 lines (64 loc) · 3.03 KB

README.md

File metadata and controls

95 lines (64 loc) · 3.03 KB

Snake Game 2D 🐍

Logo

The famous 2D snake game in which your goal is to eat until you get huge and accumulate many points

JefersonLuckas License

Snake Game

Translations

Starting ✔️

These instructions will provide a copy of the project running on your local machine.

Installing 📥

Follow step by step the following ways to obtain the code on your local machine.

Cloning the repository

Start the repository on your local machine using the command lines.

#Clone with SSH

mkdir snake-game-2D
cd snake-game-2D
git init
git clone git@github.com:JefersonLucas/snake-game-2D.git
#Clone with HTTPS

mkdir snake-game-2D
cd snake-game-2D
git init
git clone https://github.com/JefersonLucas/snake-game-2D.git

The files that are in the remote repository are now cloned into the local repository.

Baixando o repositório

You can also download the repository in zip format.

Environment

See here the page of the project deployed by@github-pages view deployment.

How to play? 🎮

Move using the navigation keys:

  • Up Arrow: arrow_up:
  • Down Arrow: arrow_down:
  • Right Arrow: arrow_right:
  • Left Arrow: arrow_left:

Contributing 🆙

Read the CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests to us.

Versioning 📜

We use the SemVer for version control. For available versions, see the tags in this repository.

Authors 🙏

See also the list of contributors who participated in this project.

License ©️

This project is licensed under the MIT license - see the archive LICENSE.md for details.

Thanks 👏

My sincere thanks:

  • God.
  • Project contributors.
  • Everyone who visits the project and leaves a star as recognition.
  • To the channel Programador BR where I got all the inspiration to take that initial step in this project.