You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 weeks ago | |
---|---|---|
electric_sieve | 2 weeks ago | |
lib | 1 month ago | |
resource | 4 weeks ago | |
www | 6 years ago | |
.gitignore | 4 weeks ago | |
.gitmodules | 2 months ago | |
MANIFEST.in | 9 years ago | |
OFL.txt | 9 years ago | |
OPEN-GAME | 1 month ago | |
README.md | 2 weeks ago | |
SIL.txt | 8 years ago | |
config | 4 weeks ago | |
index.php | 6 years ago | |
setup-win.py | 9 years ago | |
setup.py | 9 years ago |
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