Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 901 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 901 Bytes

Snake Game

This is a classic snake game made by Python. There is nothing much to say about the game. As you know there is a snake and a snack. Snake eats snack. That's it.

How to run the game?

Download the files above and open them in a Python IDE.

Prerequisites

If you don't have any python IDE, you can download Pycharm or using this website.

Running the tests

You can play the game by runing snake file.

Built With

  • Pygame - The library that helps to program a game in Python.
  • Tkinter - The library that helps to show messages in the screen.
  • Python - Used the code rest.

Acknowledgments