Skip to content

New port: The Impossible Game#2443

Open
kirbylife wants to merge 4 commits into
PortsMaster:mainfrom
kirbylife:theimpossiblegame
Open

New port: The Impossible Game#2443
kirbylife wants to merge 4 commits into
PortsMaster:mainfrom
kirbylife:theimpossiblegame

Conversation

@kirbylife
Copy link
Copy Markdown

@kirbylife kirbylife commented May 12, 2026

Game Information

Submission Requirements

CFW Tests

Ensure your game has been tested on all major CFWs:

  • ArkOS
  • AmberELEC
  • ROCKNIX
  • muOS
  • Knulli (Optional)
  • Crossmix (Optional)
  • Other (add here)

Resolution Tests

Test all major resolutions:

  • 480x320 (Optional)
  • 640x480
  • 720x720 (RGB30) (Optional)
  • Higher resolutions (e.g., 1280x720)

File Structure

├── cover.png
├── gameinfo.xml
├── port.json
├── README.md
├── screenshot.png
├── The Impossible Game.sh
└── theimpossiblegame
    ├── box86
    │   ├── box86
    │   ├── native
    │   └── x86
    │       ├── libgcc_s.so.1
    │       ├── libgobject-2.0.so.0
    │       ├── libgtk-x11-2.0.so.0
    │       ├── libstdc++.so.6
    │       └── libsteam_api.so
    ├── gamedata
    ├── gl4es
    │   └── libGL.so.1
    ├── licenses
    │   ├── LICENSE-box86.txt
    │   ├── LICENSE-gl4es.txt
    │   └── LICENSE-gptokeyb.txt
    └── stubs
        ├── gobject_stub.c
        ├── gtk_stub.c
        └── steam_stub.c

Additional Resources

For an in-depth guide on creating a pull request, refer to: PortMaster Game Packaging Guide

@tabreturn
Copy link
Copy Markdown
Collaborator

tabreturn commented May 12, 2026

Ensure your game has been tested on all major CFWs:
* [x] ArkOS
* [ ] AmberELEC
* [x] ROCKNIX
* [x] muOS
* [x] Knulli (Optional)
* [ ] Crossmix (Optional)
* [ ] Other (add here)

Resolution Tests

Test all major resolutions:
* [ ] 480x320 (Optional)
* [x] 640x480
* [ ] Higher resolutions (e.g., 1280x720)

Appears to be missing and AmberELEC test; there's no hi-res either.

@kirbylife
Copy link
Copy Markdown
Author

Done @tabreturn. The evidence for higher resolutions and all the OS's is on Discord.

Comment thread ports/theimpossiblegame/port.json Outdated
{
"version": 4,
"name": "theimpossiblegame.zip",
"items": ["TheImpossibleGame.sh", "theimpossiblegame"],
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"items": ["TheImpossibleGame.sh", "theimpossiblegame"],
"items": ["The Impossible Game.sh", "theimpossiblegame"],

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

README needs a controls table

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants