2026-06-20 14:32:10 -04:00
2025-12-23 17:09:55 -05:00
2016-10-23 21:18:09 -04:00
2026-06-20 14:34:15 -04:00
2025-12-23 17:09:55 -05:00
2016-10-23 21:18:09 -04:00
2014-04-28 10:40:58 +09:00
2014-04-28 10:34:10 +09:00
2014-04-28 10:40:58 +09:00
2014-04-28 10:40:58 +09:00
2015-07-21 17:44:07 -04:00

BiTFiT

Land the triangles without touching the rods

Controls

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

Requirements

On Debian Linux, these can be installed with apt

> sudo apt install python3 python3-pygame python3-gpiozero

Running

Once Python and Pygame have been installed, clone the repository, and run OPEN-GAME. The --recursive flag includes the PGFW project as submodule.

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
Description
Fit the bit in the slots
https://shampoo.ooo Readme 8.9 MiB
Languages
Python 99.8%
Hack 0.2%