Garage-Collective / Dark-And-Under

Dark & Under game for Arduboy.
BSD 3-Clause "New" or "Revised" License
32 stars 16 forks source link

Progmem savings #26

Closed Pharap closed 6 years ago

Nekkral commented 5 years ago

Hello. I have no programming ability. I am just looking to play Dark & Under. I purchased an Arduboy for this purpose. How Do I get the latest full version of the game onto the Arduboy patches, fixes, and all? I just want to best working longest version of the game as something that I can play on my breaks at work. Please help? Since I have no experience with this you may need to explain it in the simplest terms.

Pharap commented 5 years ago

@Nekkral

You would probably be better off asking at the Arduboy forum. (Though to be honest there's a fairly high chance that it would still be me answering your question anyway.)

The Arduboy forum is full of useful information about how to upload games to your Arduboy. There's a quick start guide here that explains how to set up the IDE and use it to compile and upload code. If you take that approach, you'd have to download the source, unzip it, open the .ino file and upload it with the IDE.

If you don't want to mess around with compiling code then there are also a handful of programs that can directly upload precompiled .hex or .arduboy files, including Team Arg's Uploader and Eried's Uploader. In which case you'd grab the .hex or .arduboy from our releases page and upload it with the program you chose.