An OOPS (Object-Oriented-Programming) based approach of making snake game with real time score display.
In this game, a snake will be moving continuously on the screen.
You can control the snake and make sure that it eats all the snacks
that appear on the screen.
RULE - If snake’s head touches itself, then the game will end.
Controls - Left, right, up and down arrow keys to control the snake.
Tools used -
Language used - Python 3.
And GUI is provided with the help of Pygame
(Pygame is a python module used to make 2D games or any other simple GUI.)