This game is based on
"GGO FOOTBALL"
, hence the name.
Here it consists only a single player, you need to pick up the ball and score a goal.
This game is developed by : Sabharish A L
This game is a basic 2D game just created to explore pygame features and frame ideas for further exploration.
This game was developed on April 2020.
Here the player needs to pick up the ball which randomly spawns in the field and score a goal.
The player has to navigate the character towards the ball and move around it until the character picks up the ball.
After picking the ball, the player can move in the field and score a goal.
The ball can only be kicked in forward direction.
This repository contains the complete python code in main.py
.
Also the code is been converted into a executable file named main.exe
, it can be found in the "dist" folder and also a shotcut is present in the root folder.
Now let us jump right into the into and the controls of the game.
Move Forward W (or) Top Arrow
Move Backward S (or) Down Arrow
Move Right D (or) Right Arrow
Move Left A (or) Left Arrow
Shoot The Ball Space Bar
Shoot the ball after picking it up