binaris
This game is from the old Ludum Dare platform. You can try viewing the original page on Web Archive
(may not load correctly).
(may not load correctly).
Play with 8-bit resistors.
#Rules
Set 4 lower order bits.
If 4 lower bits are set, lower Contiguous bits are added to the score.
(e.g. 01001111 > 00000100 + 0xF(15)points, 01011111 > 00000010 + 0x1F(31)points.)
If the Zero flag is set(equal to zero), points are doubled.
(e.g. 00001111 > 00000000 + 0x1E(30)points, 00011111 > 00000000 + 0x3E(62)points.)
The game is over when the Carry flag is set(greater than 0xFF).
#Controls
Space / Return to start.
Left / Right arrows to rotate.
Down arrow to add.
#Rules
Set 4 lower order bits.
If 4 lower bits are set, lower Contiguous bits are added to the score.
(e.g. 01001111 > 00000100 + 0xF(15)points, 01011111 > 00000010 + 0x1F(31)points.)
If the Zero flag is set(equal to zero), points are doubled.
(e.g. 00001111 > 00000000 + 0x1E(30)points, 00011111 > 00000000 + 0x3E(62)points.)
The game is over when the Carry flag is set(greater than 0xFF).
#Controls
Space / Return to start.
Left / Right arrows to rotate.
Down arrow to add.