Fit the bit in the slots https://shampoo.ooo
Go to file
ohsqueezy cda03c2426 relative imports 2023-01-13 20:30:20 -05:00
electric_sieve relative imports 2023-01-13 20:30:20 -05:00
lib option to rotate display 90 degrees 2022-12-16 10:55:00 -05:00
resource right and left input, static on title screen, button prompts 2023-01-01 11:33:34 -08:00
www shift shoulder 2016-10-23 21:18:09 -04:00
.gitignore shift plus quit to kill daemon 2023-01-01 20:48:08 -08:00
.gitmodules GPIO buttons 2022-12-13 16:56:33 -05:00
MANIFEST.in setup 2014-04-28 10:40:58 +09:00
OFL.txt rename 2014-04-28 10:34:10 +09:00
OPEN-GAME fix gpio module import 2022-12-13 23:04:57 -05:00
README.md relative imports 2023-01-13 20:30:20 -05:00
SIL.txt score box 2015-07-21 17:44:07 -04:00
config totals and initials advance automatically 2023-01-01 20:26:27 -08:00
index.php shift shoulder 2016-10-23 21:18:09 -04:00
setup-win.py setup 2014-04-28 10:40:58 +09:00
setup.py setup 2014-04-28 10:40:58 +09:00

README.md

iBitFit

Land the triangles without touching the rods

Controls

  • Left/Right - Move rods
  • Down - Increase fall speed
  • F11 - Full screen

Requirements

  • Windows - none
  • Linux/Mac - Python 2.6+, Pygame 1.8.1+

Running

  • Windows - double-click "scale-sieve" EXE
  • Linux/Mac - run ./OPEN-GAME on the command line

Raspberry Pi

Add --gpio to the command line to read input from buttons wired to the Raspberry Pi (the buttons should be wired to GPIO 17 and 27).

Headless

If running on Linux without X-Windows (for example, Raspberry Pi Lite OS), there are two options for launching

  • add --kms to the command line if the newer KMS driver and Pygame 2 are being used
  • add --fb to use the framebuffer if using Pygame 1