Skip to content

Latest commit

 

History

History
93 lines (62 loc) · 2.4 KB

README.md

File metadata and controls

93 lines (62 loc) · 2.4 KB

Python.io

Snake Game made in Python and Pygame during the Kenzie Academy development week.

Install   |    Run Game   |    How Play Game   |    Screenshots   |    Technologies   |    Goals   |    Contributors   |    Licence   

💻 Install

Clone the repository and install the dependencies.

# To clone the repository
git clone https://github.com/YujiYashima/Python.io.git

# Go into the folder
cd Python.io/

# Install the pygame
pip install pygame

▶️ Run Game

Instruction to run the game.

# Go to into Game Folder
cd game/

# Execute Game
python snake.py 

🎮 How Play Game

To play the game, just use the arrow keys on the keyboard or use the A - W- S - D keys to move the snake.

Up Down Right Left
⬆️ ⬇️ ➡️ ⬅️
W S D A

Get points by eating the apples and be careful not to hit the wall!!

📷 ScreenShots



Technologies

This project was developed with the following technologies:

Goals

  • Get experience;
  • Learn Python from 0 and know how to work in a team with him;
  • Network with the community;
  • Work with a language library;
  • Learn programming logic with the language;

Contributors and Contributions

Licence

MIT