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
This is my little contribution to the Arduboy Community!
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
This is my little contribution to the Arduboy Community!
W00t
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.
I like this, but i miss the sound.
wow, thanks! I am honoured
The graphics are really great!
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:
*/
#include <Arduboy2.h>
#include “Tinyfont.h”
#include “limits.h”
If this exists on github somewhere, I would love to contribute.