Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Flappy JM

Flappy JM is a flappy bird style game written in python. Done as a small project for a work presentation.

Requirements:

  • Python
  • Pygame library (install using pip install pygame)

HOW TO PLAY

  1. Clone this repository:
    git clone https://github.com/margaretrl/flappyJM.git
    cd .\flappyjm\
    
  2. Install python ONLY if you don't have it:
    curl -o python-installer.exe https://www.python.org/ftp/python/3.11.5/python-3.11.5-amd64.exe
    start python-installer.exe

Choose add env variable in the options. Double check installation using:

  ```bash
  python --version

Restart terminal

  1. Install dependencies: Make sure you have Python installed, then run:
    pip install pygame
    
    
  2. Run the game:
    python flappyJM.py
    

Current Looks

Screenshot

TO DO

  • Implement pt system
  • Include better sounds

Heavily inspired by: https://www.geeksforgeeks.org/how-to-make-flappy-bird-game-in-pygame/ and https://www.askpython.com/python/examples/flappy-bird-game-in-python

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages