1010 for Arduboy
C++ 31.1%
Makefile 0.3%
Other 68.6%
16 1 0

Clone this repository

https://tangled.org/jcs.org/arduboy-1010 https://tangled.org/did:plc:6ashubrd3ihfmnrpsatviswa/arduboy-1010
git@git.jcs.org:jcs.org/arduboy-1010 git@git.jcs.org:did:plc:6ashubrd3ihfmnrpsatviswa/arduboy-1010

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
README.md

1010 for Arduboy#

https://i.imgur.com/EqwzunU.jpg

Gameplay and scoring modeled after the 1010! game for iOS.

Highlight one of the three randomly selected pieces with the left and right directional buttons, then choose a piece with the A button. Move it around on the board and place it anywhere that isn't overlapping with the A button, or press B to go back and choose a different piece.

Position ten blocks in a row or column and it is freed up, play continues until there are no free spaces to place any of the three pieces.

One point is scored for each block in the piece placed, and ten points are scored for clearing a row or column.

Command Mode#

Hold down both A+B buttons and:

  • Up to make the screen backlight brighter,
  • Down to make it dimmer, or
  • Left or Right to reset the game.

Flashing#

Use avrdude or similar flashing program to flash arduboy-1010.hex.

Compiling#

Requires Arduino-Makefile installed. Adjust the path to Arduino.mk in Makefile.

Compile with make (requires GNU Make, which is gmake on OpenBSD).

Connect your Arduboy and power it on, then flash it with make upload which should reboot the Arduboy into bootloader mode and flash the game.