This is a very small game you can put on a BornHack 2022 Game On Badge. Feel free to change anything as you see fit.
- A
BornHack 2022 Game On Badge - The badge running CircetPython.
- An analog stick connected to your badge using pins:
A2andA3, this is configured ingamepad.py- Or simular that works with AnalogIn
Remember to backup your current badge code
- Copy the files from the
src/onto yourBornHack 2022 Game On Badge - Reboot the badge
- Change the name and color on the splash screen by editing
splashscreen.py - You can choose how your player looks editing
player.py
PLAYER_SPRITE = "/game_data/player_3.bmp" # Existing player sprites sheets: player_0 to player_10-
Change the world by editing the
game_data/world_map.csv. It is easiere to edit it using Tiled Map Editor, open thegame_data/world_map.tmxand when you are happy with your changes export a new .csv file -
Or change anything you feel like :)
Disclaimer: I got my badge early and had some time playing with it before BornHack started
