Racing_CrazyKart_CrazyKart.hex
Don’t be too hard, not the best code but I’m testing capabilities
Also classes are work in progress. Don’t take them as finals.
Racing_CrazyKart_CrazyKart.hex
Don’t be too hard, not the best code but I’m testing capabilities
Also classes are work in progress. Don’t take them as finals.
Cool game! It really ramps up in difficulty quick, haha
It sure is pretty crazy, haha!
Here is a screen shot! Simple and fun linear racer! Nice!
looks awesome, any videos?
Someone please post a video! I am pretty sure this is the first racing game for arduboy right?
Yeah, a video would awesome!
Looks pretty cool, ill install it in a few days and try to make a video.
great work look forward to your next project, if only my arduboy would turn up…
Everytime I try to upload to my Arduboy, I get an error stating “error compiling for board Arduboy” I’m super bummed, I really wanted to try this game, it looks like a ton of fun!
What is the specific error that you’re getting?
Arduino: 1.6.9 (Windows 7), Board: “Arduboy”
C:\Users\Dreamer\Documents\Arduino\Arduboy-CrazyKart-master\CrazyKart\CrazyKart.ino:9:21: fatal error: bitmaps.h: No such file or directory
#include “bitmaps.h”
^
compilation terminated.
exit status 1
Error compiling for board Arduboy.
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
I think I know what is going on, try changing the root folder’s name from Arduboy-CracyKart-master
to just CrazyKart
. Then opening the sketch and compiling.
The Arduino IDE is pretty picky about folder names matching the sketch file.
It’s at least a place to start.
@ktisquirky,
You should follow the instructions in the Adding programs (sketches) to the Arduino IDE guide.
I’m guessing you extracted the .zip file in the Arduino folder and when you opened CrazyKart you got a pop-up asking to move the file to a folder named CrazyKart. If so, then this is the problem.
I renamed the main folder to match the INO and then moved the INO into the main directory and deleted that subfolder…attempting upload now.
And it worked! Thanks I’m excited to play it