Fit the bit in the slots https://shampoo.ooo
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
ohsqueezy dd12b6d6cf swap left and right button GPIO pins 2 months ago
electric_sieve swap left and right button GPIO pins 2 months ago
lib update pgfw version 4 months ago
resource right and left input, static on title screen, button prompts 5 months ago
www shift shoulder 7 years ago
.gitignore shift plus quit to kill daemon 5 months ago
.gitmodules GPIO buttons 6 months ago
MANIFEST.in setup 9 years ago
OFL.txt rename 9 years ago
OPEN-GAME fix gpio module import 6 months ago
README.md swap left and right button GPIO pins 2 months ago
SIL.txt score box 8 years ago
config totals and initials advance automatically 5 months ago
index.php shift shoulder 7 years ago
setup-win.py setup 9 years ago
setup.py setup 9 years ago

README.md

BiTFiT

Land the triangles without touching the rods

Controls

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

Requirements

Running

Once Python and Pygame have been installed, clone the repository, including PGFW, and run OPEN-GAME

git clone --recursive https://open.shampoo.ooo/shampoo/ibitfit
cd ibitfit/
./OPEN-GAME

Raspberry Pi

If running on a Raspberry Pi, it is possible to control left and right using buttons connected to the Raspberry Pi pins GPIO 24 and GPIO 23. It should work automatically as long as RPi.GPIO is installed, which should be installed by default.

BiTFiT is the first Playzing compatible game. See the Playzing builder's manual for detailed instructions on how to get it running.

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