Results 1 to 23 of 23

Thread: Maze Game!! - with easy MapMaker!

  1. #1
    Join Date
    May 2008
    Location
    Here :p
    Posts
    194
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Maze Game!! - with easy MapMaker!

    Maze Game! - With MapMaker!

    After 2 days and a compleate loss of time ive finsihed my maze script =) ive had no end of bugs with this script its buggy and glitchy but it works! (99% of the time anyways) but best of all you can make ur own maze and play it!
    (if any1 can think of anyway to stop it being glitchy please tell me so i can try it ive tryed for 4 hours now with no sucsess.. (h)
    hope u injoy it! and if u make a good map y not post it?

    Now with Timer and falut catcher on the MapMaker

  2. #2
    Join Date
    Jul 2007
    Location
    Norway.
    Posts
    1,938
    Mentioned
    3 Post(s)
    Quoted
    0 Post(s)

    Default

    I honestly think this is impressive!


    Good job, I liked it!
    Keep it up

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

    Default

    Very nice, very original
    Keep it up!
    Hup Holland Hup!

  4. #4
    Join Date
    May 2007
    Location
    England
    Posts
    4,140
    Mentioned
    11 Post(s)
    Quoted
    266 Post(s)

    Default

    This is a very good game, it's quite addictive. Anyway, I made a map, hope you like it:

    SCAR Code:
    Result[0] := ['#####','#S   ','#  ##','#    ','#  # '];
    Result[1] := ['#####',' #   ','#   #','   # ','  ###'];
    Result[2] := ['#####','    #','## ##','    #','#####'];
    Result[3] := ['#  # ','#  # ','#   #','#    ','# #  '];
    Result[4] := ['     ','  #  ','##   ','    #',' #   '];
    Result[5] := ['    #','### #','#E  #','    #',' #  #'];
    Result[6] := ['# #  ','#    ','# ###','# #  ','#####'];
    Result[7] := ['   # ','   ##','###  ','     ','#####'];
    Result[8] := [' #  #','  # #','  # #',' #  #','#####'];

    An idea for the game would be so that it times how long it took you to do a level, that'd be cool.

    Thanks,
    Richard
    <3

    Quote Originally Posted by Eminem
    I don't care if you're black, white, straight, bisexual, gay, lesbian, short, tall, fat, skinny, rich or poor. If you're nice to me, I'll be nice to you. Simple as that.

  5. #5
    Join Date
    May 2008
    Location
    Here :p
    Posts
    194
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I like your map very nice =) ive added the time thing (and ur map ill uplode it in a min or 2)

  6. #6
    Join Date
    Apr 2007
    Posts
    3,152
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    a simple concept, but i think you made it quite nicely . great job!
    SCAR Tutorials: The Form Tutorial | Types, Arrays, and Classes
    Programming Projects: NotePad | Tetris | Chess


  7. #7
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    dunno if its just me but i get this
    SCAR Code:
    Successfully compiled (52 ms)
    Line 4: [Hint] (4:1): Variable 'RES' never used in script C:\Users\Thomas\AppData\Local\Temp\MapMaker.scar
    Result[0] := ['#####','#S   ','#####','#    ','## # '];
    Result[1] := ['#####','     ','###  ','  #  ','  #  '];
    Result[2] := ['#####','  ###','#   #','### #','##  #'];
    Result[3] := ['## # ','## # ','## # ','## # ','##   '];
    Result[4] := ['  #  ','  #  ','  #  ',' #   ','   # '];
    Result[5] := ['   ##','#####','  ###','#  ##','##  #'];
    Result[6] := ['## ##','#    ','# ###','# #  ','#####'];
    Result[7] := ['#### ','     ','#####','     ','#####'];
    Result[8] := ['#####','  # #','#   #','## E#','#####'];
    [Runtime Error] : Out Of Range in line 29 in script C:\Users\Thomas\AppData\Local\Temp\MapMaker.scar
    lol...?

    ~shut

  8. #8
    Join Date
    May 2007
    Location
    England
    Posts
    4,140
    Mentioned
    11 Post(s)
    Quoted
    266 Post(s)

    Default

    I don't get that error when I run that script, it must be you. But I see that it's already made the map, so it doesn't really matter does it?
    <3

    Quote Originally Posted by Eminem
    I don't care if you're black, white, straight, bisexual, gay, lesbian, short, tall, fat, skinny, rich or poor. If you're nice to me, I'll be nice to you. Simple as that.

  9. #9
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

  10. #10
    Join Date
    May 2007
    Location
    England
    Posts
    4,140
    Mentioned
    11 Post(s)
    Quoted
    266 Post(s)

    Default

    It does, I don't know how it works, but you set it out as 14, and it give it to you back as 8..?
    <3

    Quote Originally Posted by Eminem
    I don't care if you're black, white, straight, bisexual, gay, lesbian, short, tall, fat, skinny, rich or poor. If you're nice to me, I'll be nice to you. Simple as that.

  11. #11
    Join Date
    May 2008
    Location
    Here :p
    Posts
    194
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    soz pc bust XD the reson u got that error is because of ur map its 15x15 in the instructions i clearly state it must b 14x15 other wise u will get errors like u did

    Edit: your question.. u start with 14 get it back as 8.. i made the map editor to make the map arrays of arrays of strings are real complicated each array is a block and there are 9 blocks (8 and a 0) also it makes it next to imposible to just look at the level and know how to compleate it makes it more fun in my opinion XD

  12. #12
    Join Date
    May 2008
    Location
    Here :p
    Posts
    194
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    oh sorry my fault i do apologys yes that hapens to every1 u only need 8 lines though ill fix it so it stops

  13. #13
    Join Date
    Apr 2008
    Location
    Northwest england
    Posts
    1,179
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    bazz made use the edit button

    and do

    Edit: stufff you wana add

    =p

    wd i suggest you look at entering scripting comp

    however you cant enter with this unfortunatly as you have posted it

    but you certainly like your canvases
    Blank!

  14. #14
    Join Date
    Dec 2006
    Location
    Program TEXAS home of AUTOERS
    Posts
    7,934
    Mentioned
    26 Post(s)
    Quoted
    237 Post(s)

    Default

    dude this is good, can improve

    but gj dude

    idk what the mapmaker is for lol i didnt understand it :S?

  15. #15
    Join Date
    May 2008
    Location
    Here :p
    Posts
    194
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    its realy easy 2 use just fill the lines in for eg
    SCAR Code:
    ##############
    #S#   #   # E#
    #   #   #   ##
    ##############
    just with 15 lines and it will convert it into an array of array of strings with u can put into the normal game

  16. #16
    Join Date
    Dec 2006
    Location
    Program TEXAS home of AUTOERS
    Posts
    7,934
    Mentioned
    26 Post(s)
    Quoted
    237 Post(s)

    Default

    ooooooooooooo

    awsome dude, creative :P

  17. #17
    Join Date
    May 2007
    Location
    Vancouver, Canada , eh?
    Posts
    320
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Cool game, confuses me sometimes, my guy disappears from my screen lol.
    I had to change this from my old one...?

  18. #18
    Join Date
    Jul 2008
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    kewl but i think you should make it so the screen becomes full?

  19. #19
    Join Date
    May 2008
    Location
    Here :p
    Posts
    194
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    by putting it full screen i wouldent b doing much.. but.. im gonna revisit it and add all that sorta thing in

  20. #20
    Join Date
    Mar 2008
    Location
    The Netherlands
    Posts
    1,395
    Mentioned
    1 Post(s)
    Quoted
    1 Post(s)

    Default

    Yay, 186 seconds for all 4 levels


  21. #21
    Join Date
    Jul 2007
    Location
    Missouri
    Posts
    318
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    This is pretty cool, and really creative. Here is a map i made:
    SCAR Code:
    Result[0] := ['#####','#S###','#    ','#####','#    '];
    Result[1] := ['#####','#   #','  # #','### #','    #'];
    Result[2] := ['#####','#####','#####','#####','#####'];
    Result[3] := ['# ###','# ## ','# ###','# ## ','# ###'];
    Result[4] := ['### #','     ','#####','     ','### #'];
    Result[5] := ['#####','    #','##  #','    #','#####'];
    Result[6] := ['# ###','# ###','# ###','#    ','#####'];
    Result[7] := ['###  ','#####','#####','     ','#####'];
    Result[8] := ['   E#','#####','##  #','    #','#####'];
    Edit: and another one thats pretty much the same, just changed the exit
    SCAR Code:
    Result[0] := ['#####','#S###','#    ','#####','#    '];
    Result[1] := ['#####','#   #','  # #','### #','    #'];
    Result[2] := ['#####','###E#','### #','### #','### #'];
    Result[3] := ['# ###','# ## ','# ###','# ## ','# ###'];
    Result[4] := ['### #','     ','## ##','     ','### #'];
    Result[5] := ['### #','    #','#####','    #','#####'];
    Result[6] := ['# ###','# ###','# ###','#    ','#####'];
    Result[7] := ['###  ','#####','#####','     ','#####'];
    Result[8] := ['    #','#####','##  #','    #','#####'];

  22. #22
    Join Date
    Jun 2006
    Posts
    694
    Mentioned
    0 Post(s)
    Quoted
    31 Post(s)

    Default

    Just to note you spelled seconds wrong.

    XD

  23. #23
    Join Date
    May 2008
    Location
    Here :p
    Posts
    194
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by wyn10 View Post
    Just to note you spelled seconds wrong.

    XD
    lol my mate pointed that out a thousent times XD i just cba to change it. (i realy cant spell proply)

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 6
    Last Post: 11-09-2008, 03:53 PM
  2. Easy Way To Find ANY Game Servers!
    By yanix in forum Gaming
    Replies: 11
    Last Post: 09-23-2007, 01:24 AM
  3. Very easy non-game script. Paying 3M RS2 gp
    By stephent91 in forum RS3 Outdated / Broken Scripts
    Replies: 8
    Last Post: 07-12-2007, 08:14 PM
  4. The MAZE?!
    By tarajunky in forum Bot Information and Spottings
    Replies: 10
    Last Post: 02-10-2007, 07:54 PM

Posting Permissions

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