Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.05 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.05 KB

Helii-Arduboy

The classic side-scrolling tunnel game, ported to Arduboy.

Tap the B button to fly your helicopter through the tunnel without crashing into the floor or ceiling.

Use A to pause.

TODO

  • Gameplay
  • Title screen
  • SFX
  • Menu text
  • Fix left column flicker bug
  • Music and better SFX
  • Scores
  • Mute option

Photos

Video

Origin

Helii was originally written as a Wii homebrew game (source), which was then ported to the 3DS (source) before finally being ported (very messily!) to Arduboy.

Compiling

  1. Download the Arduino IDE
  2. Open Helii-Arduboy.ino
  3. Select Tools > Board > "Arduino Leonardo"
  4. Go to Tools > Manage Libraries... and install "Arduboy"
  5. Click "Verify" to compile the sketch
  6. Click "Upload" to upload the sketch to a connected Arduboy device