Snake Game made in Python and Pygame during the Kenzie Academy development week.
Install | Run Game | How Play Game | Screenshots | Technologies | Goals | Contributors | Licence
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
Instruction to run the game.
# Go to into Game Folder
cd game/
# Execute Game
python snake.py
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!!
This project was developed with the following technologies:
- 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;
-
Creator: Yuji Yashima