Skip to content

A Pygame game made in 48 hours turned into a widescreen game

Notifications You must be signed in to change notification settings

LeWolfYT/Flappuccino-Widescreen

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flappuccino

Flappuccino is a game created in 48 hours for the PyGame Community New Years Jam using Python with Pygame. I, LeWolfYT, have decided to make it widescreen (16:9) as a challenge. Expect the same gameplay as the old version but in widescreen!

Screenshots

Background

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

Usage

Releases

I cannot build this.

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 pip3 install pygame
  3. Linux: Same as windows.

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

Credit

Polymars - Original LeWolfYT (Me) - Widescreen Mod/Patch

Other

adding updated ui assets soon

About

A Pygame game made in 48 hours turned into a widescreen game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%