User Tag List

Page 2 of 2 FirstFirst 1 2
Results 11 to 15 of 15

Thread: The Roguelike Thread

  1. #11
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    Re: The Roguelike Thread

    Using Text Blitter is probably the most memory intensive thing you could have done.
    Working as fast as I can on Fusion 3

  2. #12
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export ModuleUnicode Add-on

    Join Date
    Jun 2006
    Location
    Australia
    Posts
    988
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: The Roguelike Thread

    Yeah believe it or not, your idea to use text instead of graphics actually makes this game much more complicated.

    You'd actually be better off using actives as tiles instead.

    With text you can't detect collisions, so if you do continue down this path you'll have to text using their positions.

    So you need to be storing the player's X and Y position (in terms of the letter-character positions) and when the player has the same X and Y position as an object you want to test, then he/she is overlapping that object.

  3. #13
    No Products Registered

    Join Date
    Jul 2010
    Location
    Australia
    Posts
    98
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: The Roguelike Thread

    OK, so I've scrounged up a fairly decent set of roguelike tiles.
    I wasn't going to do random anyhow, so do i just pretend its any other RPG and make individual maps and frames and focus on getting manageable code that works through all the levels?


  4. #14
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export ModuleUnicode Add-on

    Join Date
    Jun 2006
    Location
    Australia
    Posts
    988
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: The Roguelike Thread

    Yes? I'm not really sure what you're asking. For a game of this scale I would probably load the maps externally from a file using some level editor you create yourself to make the map(s).

  5. #15
    Forum Moderator Fusion 2.5 DeveloperHTML5 Export ModuleiOS Export ModuleSWF Export Module
    DavidN's Avatar
    Join Date
    Jun 2006
    Location
    Boston, MA, USA
    Posts
    4,044
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: The Roguelike Thread

    Another thing you could do is use the Advanced Game Board Object to keep a representation of the current state of the game, so that you can detect whether certain tiles are next to each other.

Page 2 of 2 FirstFirst 1 2

Similar Threads

  1. Easiest way to make a 'roguelike' field of vision?
    By Phanto in forum Multimedia Fusion 2 - Technical Support
    Replies: 11
    Last Post: 10th October 2015, 01:44 PM
  2. Replies: 0
    Last Post: 29th April 2013, 08:25 PM
  3. Roguelike "statsheet" that gets creates when you die?
    By Del_Duio in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 27th September 2012, 07:18 PM
  4. Roguelike room generation system?
    By Oreo in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 30th August 2010, 02:00 PM
  5. Roguelike Maps?
    By Atherton in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 30th June 2009, 03:35 AM

Posting Permissions

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