Pointui » Home 2 Applets Showcase

[FIRST GAME for Pointui!][MAY 10] infinitiPuzzle (beta 1 released)

(23 posts)
  • Started 10 months ago by AKILalmaZZ
  • Latest reply from AKILalmaZZ

Tags:

  1. Hi everyone,
    I think that the time to develop game applets for this great software has came.

    Here the beta release of my third applet. No functionality for the moment, except moving picture elements :) It was the hardest part of the work and terminated.

    There is no separate file for VGA devices, but will work without problem.

    Attachments

    1. puzzle_QVGA_beta_1.zip (44.5 KB, 563 downloads) 10 months old
    2. Screen03.png (55.4 KB, 39 downloads) 10 months old
    Posted 10 months ago #
  2. See also my previous (second) applet:

    infinitiHome v2.3.2

    Posted 10 months ago #
  3. reserved...

    Posted 10 months ago #
  4. Yes yes yes! Let the Games begin :P

    Posted 10 months ago #
  5. AKILalmaZZ,
    Great work as usuall.

    Joel,
    You still owe us The "Game"

    Posted 10 months ago #
  6. Hi Nimche, yes I know, but it was a 3D game I built a few years ago that I was going to do a 2D version of, however, if I start on that then you aren't going to see much progress with Home for a while :) It will be done for Home 3 because that will have 3D support.

    Posted 10 months ago #
  7. 3 like 3D.

    Joel, thank you for everyday progress.

    Posted 10 months ago #
  8. can somebody do a suduko? :D

    Posted 10 months ago #
  9. Actually, someone is working on it. I think the user "david" is.

    Posted 10 months ago #
  10. we'll need as well as a random number generator, to make more "game" games

    Posted 10 months ago #
  11. Math.Random() or something. Added to roadmap.

    Posted 10 months ago #
  12. Beta 1 Released,

    enjoy and please give me some feedbacks.

    Posted 10 months ago #
  13. jxluo
    Member

    very nice puzzle game!!
    I really like it.
    Hope the game can be saved/autosaved/reset in next version:-)

    thank you !

    Posted 10 months ago #
  14. AKI,
    As always very nice attempt. I tried it on VGA and it works small but I would like to see you actually finish this. It would be a nice Gammlet.

    Cheers

    Posted 10 months ago #
  15. @jxluo
    of course, this is a beta version, released for test purposes :)

    @Nimche
    very soon Nimche, thanks for your continuous support.

    Posted 10 months ago #
  16. Very nice first beta AKILalmaZZ!
    (of course, it's a bit small on a WVGA screen :D)

    => Added in the Store

    Thanks!

    Posted 10 months ago #
  17. joshzzz2001
    Member

    good job, AKILalmaZZ! i've always loved this kind of game.

    but would it be possible to add the feature of changing the picture? it's not that there's anything bad about the eagle pic but this feature would make it more personal and change the game every now and then.

    Posted 10 months ago #
  18. @ joshzzz2001

    it is a beta release, I uploaded here for test purposes, the "game" hasn't been released yet, please be patient :)

    the picture would be changeable but I didn't fixed the picture sizes yet, once terminated, I'll release ressource files (PNGs) so everyone could give their contribution.

    Cordially

    Posted 10 months ago #
  19. joshzzz2001
    Member

    @ AKILalmaZZ

    ok, i'll be patient. can it be done tomorrow? :) just kidding.

    i'll be watching out for this game app to develop. i'm sure it's going to be a success!

    more power to you for your efforts here in pointui.

    Posted 10 months ago #
  20. artharth
    Member

    I try to do Random function. But Pointui loss one important function. It's mod (%).

    Posted 10 months ago #
  21. hi artharth,
    with the actual set of instructions it's quite difficult to make a good random number generator, I'm waiting the v2.1 which also includes a "math" class (see RoadMap)

    for the mod function (or operator), it's not so difficult with actual set, I suggest:


    int mod(int dividend, int divisor)
    {
    int quotient = dividend / divisor;
    return dividend - (quotient * divisor);
    }

    cordially.

    Posted 10 months ago #
  22. artharth
    Member

    hi AKILalmaZZ
    Thank you for your code :)
    I just finish my basic random function and post before return to read your reply. Thank you very very much :)

    You can use basic random before v2.1 release.
    here

    Posted 10 months ago #
  23. artharth, I saw it :)
    good job.

    Posted 10 months ago #

RSS feed for this topic

Reply

You must log in to post.