ibitfit/README.md

37 lines
790 B
Markdown
Raw Normal View History

2022-12-30 00:38:40 -05:00
iBitFit
=======
2014-04-25 13:22:01 -04:00
2023-01-13 20:30:20 -05:00
Land the triangles without touching the rods
2014-04-25 13:22:01 -04:00
2014-04-27 08:58:48 -04:00
Controls
--------
2023-01-13 20:30:20 -05:00
* Left/Right - Move rods
2022-06-24 16:27:48 -04:00
* Down - Increase fall speed
* F11 - Full screen
2014-04-25 13:22:01 -04:00
2014-04-27 08:58:48 -04:00
Requirements
------------
2022-06-24 16:27:48 -04:00
* Windows - none
* Linux/Mac - Python 2.6+, Pygame 1.8.1+
2014-04-25 13:22:01 -04:00
Running
-------
2022-06-24 16:27:48 -04:00
* 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