SERPENT is a GUI-based snake game created in C++ as part of a second-semester project. This project marked a significant milestone as it was not only my first programming project but also one where I took the lead. The game features two levels: Easy and Hard, providing players with varying levels of challenge and excitement.
serpent.1.0.mp4
- Intuitive and interactive GUI.
- Two levels: Easy and Hard.
- Smooth snake controls for an immersive gaming experience.
- Eat to grow: Guide the snake to consume food and watch it grow longer.
- Avoid collisions: Be cautious and avoid colliding with the walls or the snake's own body.
- Track your high scores separately for each level.
- Download the executable file from the Releases section.
- Run the game on your computer.
- Choose the preferred level: Easy or Hard.
- Control the snake using the arrow keys on your keyboard.
- Guide the snake to the food to make it grow.
- Avoid running into walls or the snake's own body.
- Rack up points and challenge yourself to beat your high scores!
- Clone the repository:
git clone https://github.com/whatisfahad/serpent.git
- Navigate to the project directory:
cd serpent
- Compile the code using your preferred C++ compiler.
- Run the executable generated after compilation.
- This game is built using standard C++ libraries and doesn't require any additional dependencies.
Contributions are welcome! If you find any issues or have ideas to enhance the game, feel free to open an issue or submit a pull request in this repository.
- Developed by: sfahaddev
- Contact: [email protected]
Thank you for checking out SERPENT! Have fun playing the game and challenging your friends to beat your high scores! 🎮🐍