A tiny MicroPython survival game for the YouMakeTech Raspberry Pi Pico Game Boy
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
MightyOwlbear d889c817ec Update 'README.md' 7 months ago
HungryRain.py Update 'HungryRain.py' 7 months ago
README.md Update 'README.md' 7 months ago
dotv3.png Upload files to '' 7 months ago
shelter_stone_2.png Upload files to '' 7 months ago
tiny_apple_black.png Upload files to '' 7 months ago
tiny_apple_blue.png Upload files to '' 7 months ago
tiny_apple_green.png Upload files to '' 7 months ago

README.md

Hungry Rain

A tiny survival game for the YouMakeTech Raspberry Pi Pico Game Boy MicroPython DIY handheld. Find food. Hide from the flood.

Requires st7789.py and PicoGameBoy.py from https://github.com/YouMakeTech/Pi-Pico-Game-Boy

apple.png and elementStone013.png from Kenney Game Assets 1

The graphics are supplied as an example and are not required to build code.

To convert PNG graphics to bytearrays for use with PicoGameBoy, save as RGB565-compatible 8bpc RGB PNG files then use png2fb.py from https://github.com/YouMakeTech/Pi-Pico-Game-Boy