EntroPipes is a puzzle type game programming on Python and the retro game engine Pyxel
The objective is to rotate the pipes until they are all joined together before time runs out. At the end of each level an extra time is added and points are added for the remaining seconds.
Controls:
| Gamepad | Action |
|---|---|
| D-pad | Up/Down for select option. Left/Right: Change puzzle size |
| A | Confirm |
| B | Return to main menu from Top Score and How to play |
In game
| Gamepad | Action |
|---|---|
| D-pad | Move cursor |
| A | Rotate pipe |
| Start | Pause game |
| Select/Option | If game is paused, return to main menu |
CFW Tests
Ensure your game has been tested on all major CFWs:
- [ ] AmberELEC
- [x] ArkOS
- [ ] ROCKNIX
- [ ] muOS
Resolution Tests
Test all major resolutions:
- [x] 480x320
- [ ] 640x480
- [ ] 720x720 (RGB30)
- [ ] Higher resolutions (e.g., 1280x720)
Pull request: https://github.com/PortsMaster/PortMaster-New/pull/1141
Source Code: https://codeberg.org/son_link/EntroPipes
A retro game engine for Python. Contribute to kitao/pyxel development by creating an account on GitHub.
New Port for Ticoban
Game Information
Title: Ticoban
URL: https://github.com/son-link/ticoban-pyxel
Submission Requirements
CFW Tests
Ensure your game has been tested on all major CFWs:
AmberEL...