A tiny MicroPython survival game for the YouMakeTech Raspberry Pi Pico Game Boy
Go to file
MightyOwlbear d889c817ec Update 'README.md' 2022-10-24 12:37:32 +02:00
HungryRain.py Update 'HungryRain.py' 2022-10-24 12:15:09 +02:00
README.md Update 'README.md' 2022-10-24 12:37:32 +02:00
dotv3.png Upload files to '' 2022-10-24 12:34:37 +02:00
shelter_stone_2.png Upload files to '' 2022-10-24 12:34:37 +02:00
tiny_apple_black.png Upload files to '' 2022-10-24 12:34:37 +02:00
tiny_apple_blue.png Upload files to '' 2022-10-24 12:34:37 +02:00
tiny_apple_green.png Upload files to '' 2022-10-24 12:34:37 +02:00

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