Pygame Project
Day 3 of #100DaysOfCode .
Built a Snake Game in Python using Pygame. Learned a lot about Object-Oriented Programming #OOP.
It gets really tough when speed hits 60.
clone it from GitHub: https://t.co/ny5bUYpBCf
working demo: https://t.co/dPkyGrY9eF pic.twitter.com/tOsD2STZK8 — Priyanshu Kumar (@priyanshu2k02) March 16, 2022
I have used Pygame, a Python library, to build a snake game in this project. This project helped me learn concepts of Object-Oriented Programming(OOP).
I had real fun developing this project; we all have played this game once in our lifetime; I always wanted to know its working; now that I have built this, I know how efficient and straightforward this game is.
Clone it from Github and have fun playing: Click here to Go to the repository
It gets tricky when the speed hits 60.