Snake Game

September 22, 2024

Overview

For the Northwestern MSR Hackathon, we were challenged to create a game using Python. Leveraging the power of Python and the Pygame library, I developed a classic Snake Game. The game tracks the player’s score and ends when the Snake collides with either the wall or itself.

This project demonstrates my ability to create interactive applications with real-time user input and dynamic gameplay. It showcases my understanding of game mechanics, graphical rendering, and basic game logic.

How to Play

Control the Snake using the W, A, S, and D keys to move up, left, down, and right, respectively.

  • The objective is to eat the green food blocks to grow the Snake and earn points.
  • Be careful—if the Snake hits the walls or itself, the game ends.

Enjoy and try to beat your highest score! 🎮