Switch to full style
Advice on general approaches or feasibility and discussions about game design
Post a reply

gamebuino software

Wed Oct 26, 2016 8:19 pm

i am thinking of creating DIY gamebuino, but the problem is that after i finish building the hardware, how can i upload the gamebuino software that run the HEX files ? is it available ?

Re: gamebuino software

Thu Oct 27, 2016 5:01 pm

The gamebuino's bootloader is available on GitHub.
Or you can use the regular Arduino bootloader, but then you will have to plug it to a computer each time you want to change the game. It's the bootloader which allows to switch between games from the SD card.

Re: gamebuino software

Sat Apr 22, 2017 2:00 pm

rodot wrote:The gamebuino's bootloader is available on GitHub.
Or you can use the regular Arduino bootloader, but then you will have to plug it to a computer each time you want to change the game. It's the bootloader which allows to switch between games from the SD card.


Sir, how can I use the regular Arduino bootloader?
Post a reply