Show filters

(mysqlt): select p1.cID, pt.ctHandle from Pages p1 left join Pages p2 on (p1.cPointerID = p2.cID) left join PagePaths on (PagePaths.cID = p1.cID and PagePaths.ppIsCanonical = 1) left join PageSearchIndex psi on (psi.cID = if(p2.cID is null, p1.cID, p2.cID)) inner join CollectionVersions cv on (cv.cID = if(p2.cID is null, p1.cID, p2.cID) and cvID = (select cvID from CollectionVersions where cvIsApproved = 1 and cID = cv.cID)) left join PageTypes pt on pt.ctID = cv.ctID inner join Collections c on (c.cID = if(p2.cID is null, p1.cID, p2.cID)) left join CollectionSearchIndexAttributes on (CollectionSearchIndexAttributes.cID = if (p2.cID is null, p1.cID, p2.cID)) where 1=1 and (ak_pebble_authorName LIKE '%justdoit%') and (p1.cID!='128') and cvName != '' and pt.ctID = '10' and (ak_exclude_page_list = 0 OR ak_exclude_page_list is null) and PagePaths.cPath like '/apps/%' and PagePaths.ppIsCanonical = '1' and cvIsApproved = '1' and (p1.cIsTemplate = 0 or p2.cIsTemplate = 0) and ((select count(cID) from PagePermissionAssignments ppa1 inner join PermissionAccessList pa1 on ppa1.paID = pa1.paID where ppa1.cID = if(p2.cID is null, p1.cInheritPermissionsFromCID, p2.cInheritPermissionsFromCID) and pa1.accessType = 10 and pa1.pdID in (0) and pa1.peID in (2) and (if(pa1.peID = 4 and p1.uID <>0, false, true)) and (ppa1.pkID = 1 and cv.cvIsApproved = 1)) > 0 or (p1.cPointerExternalLink !='' AND p1.cPointerExternalLink IS NOT NULL)) and ((select count(cID) from PagePermissionAssignments ppaExclude inner join PermissionAccessList paExclude on ppaExclude.paID = paExclude.paID where ppaExclude.cID = if(p2.cID is null, p1.cInheritPermissionsFromCID, p2.cInheritPermissionsFromCID) and accessType = -1 and pdID in (0) and paExclude.peID in (2) and (if(paExclude.peID = 4 and p1.uID <>0, false, true)) and (ppaExclude.pkID = 1 and cv.cvIsApproved = 1)) = 0) and ak_pebble_flag = '0' and ak_pebble_subApp = '0' and p1.cIsActive = '1' order by ak_pebble_dateAdded desc limit 0,56  
  • Pebloid

    Description

    This is my first attempt to do an arkanoid-clone on the pebble.
    It was not as easy as I thought and I hit the 24k app-size limit more than once. :-)

    Control: (can be changed, see below)
    'up' - move left
    'select' - start / pause game
    'down' - move right

    There are five different kind of 'power-ups':
    1. extraball
    2. slow ball
    3. fast ball
    4. 'power'-ball (destroys blocks without being reflected)
    5. missile launcher (automatically launches missiles from your paddle)

    Currently there are 34 levels but if you've finished level 34 it starts over at level 1 with a slightly faster ball.

    If you like my work, consider donating via Paypal: http://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2KJY9SSEQFZCJ

    V2.2:
    - Added a new PowerUp: Missile launcher!
    - Added 14 more levels.
    - The duration of active PowerUps is now show at the bottom.
    - The Ball should now reflect correctly at blocks.
    - Made blocks one pixel smaller so one additional column fits in.
    - Existing levels slightly redesigned because of the additional column.
    - You gain an extra live each 250 Points.
    - A lot of tweaks under the hood to reduce the app-size to get all the new stuff in.

    V2.1:
    - Added a missing long_click-release handler (This is the only thing which may rudimentary could cause issues)
    - Fixed a bug that the 'Slow ball'-powerup had increased the ball-speed instead of slowing it down.
    - Did some memory-optimization (Just saved 96 Bytes however :-) )

    V2.0:
    - game-engine optimized. Now runs at 50fps.
    - long-press 'select' to enter options. You can choose which button controls which direction (as usual options are not persistent)
    - game can be paused (press 'select' while game is running).
    - ball becomes faster each time you've finished all 20 levels.

    V1.1:
    a few things are fixed.
    Added more levels (it's 20 level now).

    created by - justdoit
  • Timer

    Description

    A simple Timer applikation.
    By pressing select you set minutes and seconds.
    Press down (start) to start the timer, press down (stop) when the timer is running, to pause.
    Press up (reset) to reset the timer to it's start-value.
    Press select long to enter a small setup screen.
    Unfortunately settings can't be saved due limits of the SDK, so you need to set them on each launch.

    If you like my work, consider donating via Paypal: http://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2KJY9SSEQFZCJ"

    V1.1:
    - Vibration on finish is set to YES as default
    - Minor animation-change

    V1.2: (never went public)
    - Added an option to select a "color schema" ("black on white" or "white on black")

    V1.3:
    - Added an option to hide the menu-bar ("never", "on running" or "always") ("on running" is default)

    created by - justdoit

QR code for

Keep track of any updates for this App by signing in

×