Unicorn Dash - A simple endless runner

Arcade_Unicorn Dash_unicorn_dash.ino.leonardo.hex (39.1 KB)

Unicorn Dash - A simple unicorn themed endless runner. You can download the ‘.ino’ file from itch.io

screenshot05

This is my little contribution to the Arduboy Community!

18 Likes

W00t :pen::pineapple::pen::unicorn:

2 Likes

This is like the gayfish part in the latest Southpark game… but without the farts

BTW: I uploaded your game to http://arduboy.ried.cl

If you add a license I can update it in the repo.

2 Likes

I like this, but i miss the sound.

Unicorn Dash is now featured prominently on the Arduboy homepage!

https://arduboy.com/

Congrats!

2 Likes

wow, thanks! I am honoured

2 Likes

The graphics are really great!

1 Like

I was having some issues with the .ino on Ubuntu 19.04 with a new install. I had to add the following to get the game to work:

  1. Install Arduboy-TinyFont 3.2.0 by Boti Kis"
  2. At the top of the ino file, add limits.h header:
    /*
    Unicorn Dash
    By Kirill Korolkov
    Version 0.9.5
    February, 2018

*/

#include <Arduboy2.h>
#include “Tinyfont.h”
#include “limits.h”

If this exists on github somewhere, I would love to contribute.

1 Like