Inspiration

classic games

What it does

A green snake runs along a grid (controlled by arrow keys) and collects points every time it collects a red food item Each time the snake collects a food item, its length grows by 10 pixels Player can take advantage of the blue portals to easily traverse the map The snake will die by either: Running into the edge Running into its own tail (in our case it also dies if you press 2 opposing keys while its moving, for example if you are going left and you suddenly press right, you will die) Running into a yellow obstacle

Once the player dies, they have an option of pressing the c key to restart the game, or the q key to quit the game

How we built it

collaborated through replit using python and pygame, following a tutorial and adding our own features

What's next for Modified Snake Game

sound effects less lagging better graphics different levels with time limits

Built With

Share this project:

Updates