Results 1 to 9 of 9

Thread: Master Games: Snake

  1. #1
    Join Date
    Oct 2006
    Location
    Netherlands
    Posts
    3,285
    Mentioned
    105 Post(s)
    Quoted
    494 Post(s)

    Default Master Games: Snake

    Master Games:

    Snake

    Use your arrow keys to move your snake to through this amazing clone of nokia's good old snake. Press s for a safe terminate.


    If you get the error; 'what the heck is halt', you need to use a newer version of simba.

    If you get the error; 'Duplicate identifier 'TSCREEN'', you need to set the interpreter to Lape.

    Have fun and post you scores!

    edit:
    added a version of my script suitable for older versions of simba
    Last edited by masterBB; 06-02-2012 at 01:03 PM.
    Working on: Tithe Farmer

  2. #2
    Join Date
    Feb 2012
    Posts
    202
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Exception in Script: Unknown declaration "Halt" at line 328, column 9?

  3. #3
    Join Date
    Jan 2009
    Location
    radplaneservices@hush.com
    Posts
    69
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Great job man! I remember count-less hours in tthe cow-field playing this...I think you just beat my hard-score XD Congrats

  4. #4
    Join Date
    Oct 2006
    Location
    Netherlands
    Posts
    3,285
    Mentioned
    105 Post(s)
    Quoted
    494 Post(s)

    Default

    Quote Originally Posted by kingsleyeng View Post
    Exception in Script: Unknown declaration "Halt" at line 328, column 9?
    You version of simba is too old. I added a new version which should also work on older versions. But it was mentioned in the thread though.
    Working on: Tithe Farmer

  5. #5
    Join Date
    Jan 2012
    Posts
    2,568
    Mentioned
    35 Post(s)
    Quoted
    356 Post(s)

    Default

    Brb let me make a script for it...


    OMFG im god at this game












    Well just kidding, i cheated
    Here is the actual attempt:

  6. #6
    Join Date
    Oct 2006
    Location
    Netherlands
    Posts
    3,285
    Mentioned
    105 Post(s)
    Quoted
    494 Post(s)

    Default

    Quote Originally Posted by riwu View Post
    19930
    Always great to see the first proggie! Anyone knows something that should be improved or isn't working properly?
    Working on: Tithe Farmer

  7. #7
    Join Date
    Sep 2006
    Posts
    6,089
    Mentioned
    77 Post(s)
    Quoted
    43 Post(s)

    Default

    Nice! Good use of type methods and overriding =D
    Minor tip: things like settings and gamestate can be assigned at declaration.
    Hup Holland Hup!

  8. #8
    Join Date
    Oct 2006
    Location
    Netherlands
    Posts
    3,285
    Mentioned
    105 Post(s)
    Quoted
    494 Post(s)

    Default

    Quote Originally Posted by nielsie95 View Post
    Nice! Good use of type methods and overriding =D
    Minor tip: things like settings and gamestate can be assigned at declaration.
    Yes, it was also a test to see what I can do with Lape. I like the way type methods behave, it just seems that simba's function list can't handle them yet. Maybe that would be something for me to add. I wanted to create a single script featuring all new features of Lape, in the first draft I also used a linked list for keeping track of the snake parts.
    Working on: Tithe Farmer

  9. #9
    Join Date
    Feb 2012
    Location
    Discord
    Posts
    3,114
    Mentioned
    37 Post(s)
    Quoted
    538 Post(s)

    Default

    wow, this is really good...
    took me a few mins to figure out how to change to lape -.-

Thread Information

Users Browsing this Thread

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

Posting Permissions

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