-
During gameplay of Juno First, the playfield rolls horizontally.
-
We need to add this for performant games... we lose a lot of time with SPI and one way to get it back is to do the clear for the next frame while we paint the current frame to the hardware. That give…
-
It would be more replayable if we could choose a bigger board (fill in some of the space that currently just has background with more mine spaces) and if we could choose more or less mines.
-
Hello,
This project is outstanding, thank you for making it possible! I was wondering if there is a way to change the color palette to white and black?
-
This is more of a matter for the future than an immediate issue, but while doing something Arduboy related I noticed that `drawFastVLine` is still using the 'dumb' implementation:
https://github.com/…
-
Hi! I try to run Ardens from the terminal on macos 13.3 with M1, but it crashes sometimes right on the start:
```sh
Projects/Arduino ❱ ArdensPlayer file=Arcade_3_in_1.hex …
-
Ref:
http://harizanov.com/2013/02/power-saving-techniques-on-the-atmega32u4/
Not only do you power USB down you also have to freeze the clock.
-
https://bellard.org/tcc/
-
I'd like to use Rust to develop for the ArduBoy, which uses an ATmega32U4, which I believe is the same mcu as used on the Arduino Leonardo. So there should be quite a lot of boards out there using it.…
-
I was helping someone on the forum when it suddenly occurred to me that perhaps `Sprites` ought to provide a `getWidth` and `getHeight` function for retrieving the width and height of `Sprites`-format…