directive0
Very Active Member
Hello all,
I've been bitten by the python bug and I want to get a game on my favourite handheld system; the Pandy! So here is where I'm at:
I have started writing a 'game', its more of a sim inspired by SimLife. The aim of the game will be adjusting the ratio of organisms in the dish to create a balanced and self sustained ecosystem. You can download it here:
Petri Dish Github
Its not a complete game yet, I'm developing it on the sly at work. But its definitely "playable" sort of already. Buttons don't work but there are dudes that sit on screen and reproduce. I'd like to make a Pandy version to help test things and this is where I'm getting confused.
I followed some advice and looked at the the PXML spec page and the "Make and run a simple PND" page with some success! I am able to get a PND to show up in the list of apps on my Pandy, but it does not launch. I can confirm the game launches as is when run from the terminal. I read that there is a run_pnd.sh script that needs to be made, but I am unclear where and how that shell script needs to be assigned. I'm probably staring right at the solution but I would really appreciate some counsel.
As it stands my questions are:
I've been bitten by the python bug and I want to get a game on my favourite handheld system; the Pandy! So here is where I'm at:
I have started writing a 'game', its more of a sim inspired by SimLife. The aim of the game will be adjusting the ratio of organisms in the dish to create a balanced and self sustained ecosystem. You can download it here:
Petri Dish Github
Its not a complete game yet, I'm developing it on the sly at work. But its definitely "playable" sort of already. Buttons don't work but there are dudes that sit on screen and reproduce. I'd like to make a Pandy version to help test things and this is where I'm getting confused.
I followed some advice and looked at the the PXML spec page and the "Make and run a simple PND" page with some success! I am able to get a PND to show up in the list of apps on my Pandy, but it does not launch. I can confirm the game launches as is when run from the terminal. I read that there is a run_pnd.sh script that needs to be made, but I am unclear where and how that shell script needs to be assigned. I'm probably staring right at the solution but I would really appreciate some counsel.
As it stands my questions are:
- how can I get the game to launch as a PND from the menu?
- how can I package what I have into a single .pnd instead of just a folder?