sabharish-21 / GGO-Football-Pygame

A basic football game developed using python's pygame, based on GGO Football.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GGO Football

A 2D Basic Game



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.


ABOUT

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.


CONTENT

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.


CONTROLS

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

About

A basic football game developed using python's pygame, based on GGO Football.

License:MIT License


Languages

Language:HTML 80.7%Language:TeX 19.0%Language:Python 0.3%