项目作者: shubhamjha03563

项目描述 :
An OOPS (Object-Oriented-Programming) based approach of making snake game with real time score display.
高级语言: Python
项目地址: git://github.com/shubhamjha03563/SnakeGame-OOPsVersion.git
创建时间: 2020-08-19T16:11:12Z
项目社区:https://github.com/shubhamjha03563/SnakeGame-OOPsVersion

开源协议:

下载


Snake-game

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.)