Skip to content

A hack'n'slash game made for the BornHack 2022 Game On Badge

License

Notifications You must be signed in to change notification settings

MrJavaWolf/BornHack2022Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Badge adventure

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.

Teaser

Video

See the video

Requirements

  • A BornHack 2022 Game On Badge
  • The badge running CircetPython.
  • An analog stick connected to your badge using pins: A2 and A3, this is configured in gamepad.py

Installation

Remember to backup your current badge code

  1. Copy the files from the src/ onto your BornHack 2022 Game On Badge
  2. Reboot the badge

Make your own changes

  • 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 the game_data/world_map.tmx and 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

About

A hack'n'slash game made for the BornHack 2022 Game On Badge

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published