Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.
/ FlappyBird Public archive

Just me messing up with a popular game development library library in python

Notifications You must be signed in to change notification settings

SargamArchives/FlappyBird

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pygame 🐍 🎮

Pygame is a corss-platform Open source python library for creating some games.

pygame image

Info

  • This repository is made so I could turn my ideas into some sort of GUI games or ideas or some computer represenation of physics concepts.

How do I run? 🤔

  • To run this you must have pipenv installed.
  • In order to install pipenv do
pip install pipenv
  • After you install pipenv, perform the following commands
git clone https://github.com/sargam-poudel/pygame/
  • After you clone the repo, do the following commands
pipenv install Pipfile
  • and to get virtual environment
pipenv shell
  • After all that hassle, go into the actual project directory and run the required script.

About

Just me messing up with a popular game development library library in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages