SkillAgentSearch skills...

Flappuccino

A Pygame game made in 48 hours

Install / Use

/learn @PolyMarsDev/Flappuccino
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Flappuccino

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

Screenshots

Background

Information on how to play is available on the game's itch.io page.

Usage

Releases

A Windows build of the game is available here.

Running from source

Grab the latest release of Python from here and install Pygame by executing pip install pygame.

Note: If the pip install pygame did not work for you, then try this:

  1. Windows: python -m pip install pygame
  2. Mac: python3 -m pip install pygame
  3. Linux: Same as windows.

Ensure main.py is in the same directory as ./data and execute python main.py.

Contributing

Pull requests are welcome! For major refactors, please open an issue first to discuss what you would like to improve. Feel free to create a fork of this repository and use the code for any noncommercial purposes.

Related Skills

View on GitHub
GitHub Stars370
CategoryDevelopment
Updated1d ago
Forks120

Languages

Python

Security Score

80/100

Audited on Apr 6, 2026

No findings