Check out our very first gaming project made with Pygame - a simple yet fun snake game! While it may not be the most professional game out there, it was a great learning experience for us as we dived into the world of game development and programming. Created as a project for DSA using Pygame, this game demonstrates basic programming concepts and provides an engaging way to learn the fundamentals of game development.
To access this game, you can either clone the repository using Git or download the zip file directly. Make sure you have PyGame installed on your system.
-
To clone the repository using Git, follow these steps:
- Open the terminal on your system.
- Navigate to the location where you want to save the game using the 'cd' command.
- Run the command
git clone https://github.com/charvimehradu/SnakeGame.git
- Press Enter to clone the repository.
-
Alternatively, you can download the zip file directly by following these steps:
- Go to the repository on GitHub.
- Click on the green 'Code' button above the list of files.
- Select 'Download ZIP' from the drop-down menu.
- Save the zip file to the location of your choice.
You play as a hungry snake that grows longer as it eats food, but be careful not to run into walls or your own tail! Go get the snake eat all the apples!
Use the arrow keys to move the snake.
- Arjun Gupta
- Aryan Sharma
- Charvi Mehra