This is an amazing game make using pygame.

Overview

Hot Air Balloon

This is an amazing game make using pygame.

Visits Badge Updated Badge Created Badge Licence Badge Forks Badge Stars Badge Issues Badge Issues Badge Lines of code GitHub repo size contributions welcome

About pygame

It is a python library for game developers. If you are a beginner and want to start your game development journey, you always have pygame as an option. This library is very beginner friendly and as you go deep you can make advance games also. Using this technology enables you to write code in python which is a very easy langugage to understand and work with.

Languages used

python

Concepts to learn

In this game we can learn how to work with

  • Different states
  • Score calculation
  • collision detection
  • sprites
  • Pause funtionality
  • movement

Installation

If you want to try this game on your computer then do the following steps:

The executable file for this game is also avaiable. Installing the executable and running it on your device will save you a lot of trouble. Just download the dist folder and find main.exe file in there and run it.

  1. Fork this repo in your personal github account

  2. Make a copy of that repo in your device

    You can use the below code to copy the repo in your personal device

    git clone url_of_your_github_repo
    
  3. Open this file using command prompt / powershell window

    for opening a file in command prompt/ powershell simply right click on the repo you copied earlier and select open with powershell option

  4. Download pygame

    python -m pip install pygame
    

    If pygame is already installed in your device then skip this step

  5. In your command prompt / powershell window type the following command

     python main.py
    
  6. You are all set enjoy

Contributors

Contributors

Contact me

Gmail

Thank you! for visiting our game. I hope you would enjoy it.

You might also like...
A full featured game of falling pieces using python's pygame library.
A full featured game of falling pieces using python's pygame library.

A full featured game of falling shapes using python's pygame library. Key Features • How To Play • Download • Contributing • License Key Features Sing

Flappy Bird Game using Pygame in Python
Flappy Bird Game using Pygame in Python

Flappy Bird Game using Pygame in Python Demo Pages Hello dear, hope you are very well! I created Flappy Bird Game using Pygame ( Pygame is a cross-pla

A Tetris game made using PyGame as renderer only, for a school project.
A Tetris game made using PyGame as renderer only, for a school project.

Tetris_Python A Tetris game made using PyGame as renderer only, for a school project. Twist in the Game Blocks can pentrate through right and left bou

Building a Mario-like, classic platformer game in Python using the PyGame Library

Building a Mario-like, classic platformer game in Python using the PyGame Library

Blender Game Engine Game Type Templates Logic Bricks (and Python script) based Game Templates for Blender

Blender-Game-Engine-Templates Blender Game Engine Game Type Templates Logic Bric

A Pygame game made in 48 hours
A Pygame game made in 48 hours

Flappuccino Flappuccino is a game created in 48 hours for the PyGame Community New Years Jam using Python with Pygame. Screenshots Background Informat

Quiz game made entirely with python and pygame for school work
Quiz game made entirely with python and pygame for school work

Tabela de conteúdo Descrição Como instalar Linguagens usadas Contribuidores Créditos Problemas com o jogo? Contate-nos Descrição Quiz feito inteiramen

A Street Fighter game in Pygame
A Street Fighter game in Pygame

What is Street Fighter? Street Fighter, commonly abbreviated as SF or スト, is a Japanese competitive fighting video game franchise developed and publis

Simple car game written in PyGame

Welcome to CarGame 👋 Car Game written in PyGame! NOTE: This is still new and there may be stuff broken... 🏠 Homepage Install install pygame by typin

Comments
  • onefile exe not working

    onefile exe not working

    I was able to make the folder type exe in which one folder contains many other files including the exe file. But, when I try to make OneFile exe it doesn't seem to be working properly due to the images in this game.

    If you know how to make this OneFile exe, please make that file and also send the details of how you did it.

    opened by Rishikesh-kumar-7258 0
Owner
Rishikesh Kumar
I am a beginner in game development, front-end developer, and enthusiastic about AI and ML You are very welcome to my profile.
Rishikesh Kumar
A Gomoku game GUI using pygame where the user can choose to play against another player or an AI using minimax with alpha-beta pruning

Gomoku A GUI based Gomoku game using pygame where the user can choose to play against another player or an AI using minimax with alpha-beta pruning. R

Mingyu Liu 1 Oct 30, 2021
This is a simple game made using pygame.

Ball breaker This is a simple game made using pygame game view The game view have been updated wait for the new view to be uploaded Game_show.mp4 Lear

Rishikesh Kumar 3 Nov 5, 2021
Small game I made in 2019 using python/pygame.

Kill-The-Blokk // Shoot or Die This is a small game I made in gr.10 (2019) for my high school computer science class; the game was coded in python usi

null 1 Nov 13, 2021
This is a 2D Link to the Past-esque game made using Python 3.2.5 and pygame 1.9.2

Queen-s-Demise Queen's Demise This is a 2D Link to the Past-esque game made using Python 3.2.5 and pygame 1.9.2 I made this for a game development cla

Zoey 1 Dec 15, 2021
N-Queens game made using pygame library

N-Queens N-Queens game using pygame for AIML201 Testing: 1. git clone https://github.com/python-game-dev/N-Queens.git 2. cd N-Queens 3. python main.py

null 1 Sep 24, 2021
A didactic GUI chess game made in Python3 using pygame.

Chess A didactic GUI chess game made in Python3 using pygame. At the moment, there is no AI. The only way you can test the game is by playing against

Leonardo Delfino 1 Dec 22, 2021
A Simple Scissor Paper Rock Game On Python Using Pygame.

Scissor Paper Stone Game Using Pygame This is a simple GUI based game made on pygame python. Installation Run code on your machine: git clone https:

Dipin Adhikari 0 Mar 21, 2022
Made with pygame. Multiplayer game using socket module and threading.

Rock Paper Scissor made with python-pygame. Poorly made, as a beginner in programming. Multiplayer with server code and client code provided.

AllenJo 1 Dec 29, 2021
Inflitator is a classic doom and wolfenstein3D like game made in Python, using the famous PYGAME module.

INFLITATOR Raycaster INFLITATOR is a raycaster made in Python3 with Pygame. It is a game built on top of a simple engine of the same name. An example

Zanvok Corporation 1 Jan 7, 2022
Simple Game created using Python & PyGame, as my Beginner Python Project!

Space Invaders This is a simple SPACE INVADER game create using PYGAME whihc have sound and lot's of keyboard functions. Prerequisites More Experience

Gaurav Pandey 2 Jan 8, 2022