Bitsy On Arduboy is Possible!
So Bitsy is an online game editor, really really simple. You can check https://bitsy.org/ for more information. I came across this program on the Bitsy Discord server. Bitsy Converter by haroldo-ok....
View ArticleDinosaur! (chrome dino run game)
Dinosaur_(duck).hex (36.3 KB) Its a simple game, click a to jump over the cactus’s (stubs i guess…) /* Game License: MIT : https://opensource.org/licenses/MIT characters/sprites, code: copyrighted to...
View ArticleLode Runner FX
LodeRunner_FX.hex (77.0 KB) Lode Runner FX Press Play on Tape presents Lode Runner (again)! This version of Lode Runner contains the original 150 levels plus four bonus, vanity levels in a single FX...
View ArticlePress Play on Tape Flashcart Image
Get the Press Play on Tape remix! PPOT have compiled a flash cart image for their own FX devices and are sharing it with the wider community. This is a collection of games we have worked on together...
View ArticleArduboy FX Arduino plugin
I made an Arduino plugin to make building and uploading FX data easy from the Arduno IDE. Trying out one of the FX examples or just uploading a FX game from source is a breeze now: Due to limitations...
View ArticleWorld Map (Reading random data with the FX)
This little demo demonstrates reading portions of a large image straight into the screen buffer. The repo is here > GitHub - filmote/WorldMap Here is the original map … its 1191 x 848 pixels (and...
View ArticleArduboyTones FX
I have hacked a copy of @MLXXXp’s ArduboyTones to work with the FX chip. You can now stream music and graphics from the FX chip simultaneously. I have included a sample program that shows how and...
View ArticleI wrote about my games in this french dev magazine
I was asked to write an article about my games and the open source consoles I use in the french magazine “Programmez!”. It is the winter 2022 special video games issue. I filled nine pages with text...
View ArticleArduboyPlaytune FX
I have hacked a copy of the ArduboyPlaytunes to work with the FX chip. You can now stream music and graphics from the FX chip simultaneously. I have included a sample program that shows how and...
View ArticleImproved horizontal version of Arduboy FX
a slightly modified (reduced), but recognizable version of ArduboyFX with the possibility of hot-swapping external spi flash memory w25q128 control using joy-pad p.s. I am 24/7 in the telegram group...
View ArticleSimple Chess
Hello, I’ve created pretty simple chess for Arduboy, using SAF and my chess library/engine smallchesslib found here. Graphically it’s nothing impressive, just very simple interface, I was focused on...
View ArticleAwesome homemade arduboy fx
Here is my homemade Arduboy FX which is actually a shield for the Arduino Leonardo! I built the whole thing to fit into a Gameboy candy tin I got from my local grocery store. I wanted to give credit...
View ArticleLongCat - Puzzle game
I made a little puzzle game inspired in the longcat minigame from the Fancade Android game. It’s still a work in progress. You can download the game and check the code here: LongCat Arduboy. 10 posts...
View ArticleLeWord [WIP]
Coming really soon for the FX only. Just like Wordle but in French (and English). 7 posts - 5 participants Read full topic
View ArticlePixel Portal Game
I’m working on a 2D Portal-like game for the arduboy. Here is the code PixelPortal. This time I tried to be more organized. I hope it will make it easier to fix and improve. The character is just a...
View ArticleAlmost Pong
Today I made this little game. Almost Pong GitHub GitHub - jaguile6/almost-pong: Port of Almost Pong for the Arduboy Port of Almost Pong for the Arduboy. Contribute to jaguile6/almost-pong development...
View ArticleHow do you remove the "FX" from Arduboy FX
Like the title - say I wanted my Arduboy FX wanted to function as a single cart Arduboy, what would I need to do? Removing the mod chip, flashing stock bootloader comes to my mind. Is this correct and...
View ArticleArduboy code not compiling using arduino-cli.exe
Here’s what I’m trying to do: In Windows (11), use arduino-cli rather than the arduino IDE to compile programs for the Arduboy. Mostly because I prefer using VS Code over the Arduino IDE. I can of...
View ArticleCurve Ball - 3D
3D but not too much. I still don’t know if it’s worth finishing. Would it be fun to play? 3DPong.ino.micro.hex (26.6 KB) You know what’s enticing? Having 2 oleds side by side with a slightly different...
View ArticleFX Emulation on Another Website?
I have managed to embed ProjectABE into a website with normal hex files. How do I do it with FX games? <iframe...
View Article