Skip to content

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

License

Notifications You must be signed in to change notification settings

YujiYashima/Snake.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages