Inspiration
We started off with a simple maze escape but then we started brain storming as a team based on that one idea and we ended up with snake suppression.
What it does
It's similar to the snake game but every time the snake eats the food, the board gets smaller from all 4 sides. The player attempts to get the highest score possible with the implemented conditions.
How we built it
We watched a YouTube video on how to make the snake game itself and added conditions to make the code work with our idea using for loops and conditionals. After we finished the outline of our code, we asked ChatGPT to identify the errors so we could improve them.
Challenges we ran into
Our challenges were that we struggled to reduce the board size when the snake ate the food, and once we managed to do that the food was not appearing after every time it was consumed.
Accomplishments that we're proud of
We're proud that we were able to make it somewhat work within the 24 hours that we had with the limited knowledge that we possessed in the beginning.
What we learned
We learned about the new functions in Python that we had never heard about.
What's next for Snake Suppression
Make it worldwide and break the charts.
Built With
- pycharm
- python
Log in or sign up for Devpost to join the conversation.