Pnd Request : Pushover


Farox

Certified Guru
Joined
Jan 8, 2009
Messages
2,412
Age
56
Location
Italy
Website
rbnet.it
Someone could package up a PND for the great PUSHOVER game ?

PUSHOVER is a puzzle game originally published by Ocean in 1992.
In this game you control an ant that can walk along platforms that are connected with ladders.
On those platforms are dominos that need to fall according to some rules.

I loved this game so much .

You can find it at Angstrom repository .

Thanks .
 
With the help of Sebt3 and Pandora Wiki pages this is my first PND created !
Please tell me if it works or not as don't have a Pandora to test.

Please pay attention at where the game saves the progress made during passing levels. May use the NAND to saves it !!!

This is my run.sh included on PND
Code:
#!/bin/sh
 
 export HOME=$(pwd)
 
 exec ./pushover

edit : removed old download link as it's no more valid.
 
Hi Farox,

It didn't worked :(
I found the PXML.xml file empty (ho and an icon could be cool.)
But otherwise the game run pretty well (I had to recrate the PND for that) and the graphics are awesome. So if you liked the game as kid, I'm sure you'll love this :)

Code:
<?xml version="1.0" encoding="UTF-8"?>
<PXML xmlns="http://openpandora.org/namespaces/PXML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="PXML_schema.xsd">
<!-- please see http://pandorawiki.org/PXML_specification for more information before editing -->
  <application id="pushover-pushover-1042" appdata="pushover">
    <exec command="run.sh"/>
    <author name="Farox" website=""/>           <!--Optional email and website, name required-->
    <osversion major="1" minor="0" release="0" build="0"/>              <!--The minimum OS version required-->
    <title lang="en_US">pushover</title>
    <description lang="en_US">en_US Automatically generated pxml from /tmp/pushover PND=pushover</description>
    <version major="" minor="0" release="0" build="1"/>         <!--This programs version-->
    <categories>
      <category name="Game">                                            <!-- Main Category : {Audio Video Development Education Game Graphics Network Office Setting System Utility} -->
        <subcategory name="ArcadeGame"/>                                <!-- http://standards.freedesktop.org/menu-spec/latest/apa.html -->
      </category>
    </categories>
  </application>

</PXML>
 
Thanks sebt3 .
I have edited my PXML.xml file but maybe something got wrong .
An icon is cool to have but on the IPK package didn't exist and i'm not good at gfx .

I'll retry with your PXML file .Thanks :)
 
Last edited by a moderator:
Works great, 2 little small things, is it possible to remap the button from space to a game button?
Can you change the name it appear in the menu( i assume pxml) from pushover to Pushover with capital P.

Many Thanks
 
Thanks for all the help and support :)
For the button i don't know as i don't have recompiled the sources , but only repacked what is available on Angstrom repository.
The "Pushover" change is done (changed on PXML file ).

For now i will submit on the archive as is (only the capital P change will be added ) because i want to compile the (0.0.2) source available at
http://pushover.sourceforge.net/ and not available on Angstrom.

Ill open a new thread on News section.

Thanks a lot.
 
Farox said:
Thanks for all the help and support :)
For the button i don't know as i don't have recompiled the sources , but only repacked what is available on Angstrom repository.
The "Pushover" change is done (changed on PXML file ).

For now i will submit on the archive as is (only the capital P change will be added ) because i want to compile the (0.0.2) source available at
http://pushover.sourceforge.net/ and not available on Angstrom.

Ill open a new thread on News section.

Thanks a lot.
Thats great Thanks.

If your recompiling from source when you go full screen the screen streches off the pandora screen e.g the stop and bottom are missing, maybe you could look at that?
 
Last edited by a moderator:
Thank's Sebt3 i didn't know of the update :)
Time to back at work...on this new version... ;)
 
Back
Top