- Odai Al-fwa'er (team leader)
- Ahmed Zatar
- Ebrahim Ayyad
- Suhib Kharoush
- Open the project by PyCharm
- Add this packages :
- pygame
- wheel
- torch
- matplotlib
- ipython
- agent
- Go to the main.py file right click and choose run main
- Enjoy it :)
In the game of Snake, the player uses the arrow keys to move a "snake" around the board. As the snake finds food, it eats the food, and thereby grows larger. The game ends when the snake either moves off the screen or moves into itself. The goal is to make the snake as large as possible before that happens.
1- As a user, I want to see beautiful graphics. 2- As a user, I want to be able to move the snake smoothly without any problem. 3- As a user, I want to access setting page and adjust setting and chosen setting reflect to the game successfully. 4- As a user, I want to see my score for each level. 5- As a user, I want to hear game sound clearly without any issue. 6- As a user, I want to see an intro when run the game.
We do not require for our project

