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.

GitHub

GitHub - Rishikesh-kumar-7258/Hot_Air_Balloon: This is an awesome balloon game. It is made in python using Pygame library. It is a project game while learning game development.
This is an awesome balloon game. It is made in python using Pygame library. It is a project game while learning game development. - GitHub - Rishikesh-kumar-7258/Hot_Air_Balloon: This is an awesom...