Page 1 of 3 123 LastLast
Results 1 to 10 of 25

Thread: Kirby's Lua Adventure

                  
   
  1. #1
    PSP User crait's Avatar
    Join Date
    Jul 2006
    Posts
    212
    Rep Power
    65

    Exclamation Kirby's Lua Adventure

    First release of my lua game; Kirby's Lua Adventure

    basically all you can do is walk, and veiw the credits and controls

    oh, and hurt yourself lol

    here's a changelog

    alpha (0.1) (not public)
    main menu, credits page, movement of character (left and right), background, and eboot graphics
    0.2 beta
    added life bar, added game over alert, added functions page, added R function (self inflict damage)
    also added Change-log

    a todo

    add stats table at the bottom of the screen
    add enemies
    add animation
    add food
    add bosses
    add level select stage
    add sound
    add jumping
    add sucking
    add punching
    and take away hurt yourself
    add different abilities

    possibly a two player type deal? like arena or something

    here's a screenshot!


    here's a link to my dev thread
    http://www.freeibforums.com/forums/i...n&showtopic=11
    i highly recomend that you join this site


    and finally here is my file
    Attachment 8411
    and you know by using this that you cannot blame me if anything goes wrong

  2. #2
    DCEmu Coder ninja9393's Avatar
    Join Date
    Dec 2005
    Location
    Space Pirate Homeworld
    Age
    33
    Posts
    1,028
    Rep Power
    81

    Default

    good job crait
    keep it up

  3. #3
    LUA Coder D0N's Avatar
    Join Date
    Jan 2006
    Posts
    863
    Rep Power
    74

    Default

    Excellent work crait! Keep it up!

  4. #4
    GP2X Coder/Moderator
    Join Date
    Jan 2006
    Posts
    1,678
    Rep Power
    83

    Default

    Some minor problems I found in the code:
    - In the main game, every time right is pressed, you are loading the Kirby image. This can lead to a memory leak depending on how lua handles it.

    - You use contionous function calls within function calls (or dofiles() ). This means you have:
    Menu->Controls->Menu->Game->Credits->Menu->etc
    but the first Menu function call will never finish. Huge possible internal memory leak depending on how Lua handles it.

    - The amount of damage loss by pressing R is too high at present. A light tap can deplete half the health bar.

  5. #5
    PSP User crait's Avatar
    Join Date
    Jul 2006
    Posts
    212
    Rep Power
    65

    Default

    yeah, it was supposed to do the last one, and im working on the first one, and wtf do you mean by memory leak?
    lol

    and thanks for this, i love when people tell me they found an error! its great

  6. #6
    DCEmu Rookie rehbock's Avatar
    Join Date
    May 2006
    Posts
    158
    Rep Power
    0

    Default

    nice good luck with your project

  7. #7

  8. #8
    PSP User crait's Avatar
    Join Date
    Jul 2006
    Posts
    212
    Rep Power
    65

    Default

    thanks for the positive feedback everyone
    hey, my aim sn is
    thecrait
    i would love to talk to you about this in person
    :-)

  9. #9
    DCEmu Old Pro mr_nick666's Avatar
    Join Date
    Mar 2006
    Location
    Bideford, Devon, UK
    Age
    46
    Posts
    1,278
    Rep Power
    73

    Default

    Quote Originally Posted by crait
    yeah, it was supposed to do the last one, and im working on the first one, and wtf do you mean by memory leak?
    lol

    and thanks for this, i love when people tell me they found an error! its great
    /\ /\ It means people are playing it!

    Keep up the good work crait - if I find any new bugs I'll tell you

  10. #10

    Default

    it's things like this that make me want to code a LUA Horace game!

    please keep it coming, because not only am i a fan of Kirby's GameBoy adventures, but i like seeing the development, and as i say, i'm sneaking a look at your code and being slowly inspired!

    good luck.

Page 1 of 3 123 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •