Author Topic: RailRL ALPHA (ARRP)  (Read 13203 times)

ondras

  • Newcomer
  • Posts: 27
  • Karma: +0/-0
    • View Profile
RailRL ALPHA (ARRP)
« on: September 15, 2012, 07:21:48 PM »
Introducing RailRL, my contribution to the 2012 ARRP.

This is a game prototype written using rot.js, featuring:

  • infinite procedurally generated terrain
  • hexagonal topology
  • interact with environment, build rail, operate trains

Features coming soon:
  • saving/loading
  • train logic
  • critters
  • goals, cities, industries

getter77

  • Protector of the Temple
  • Global Moderator
  • Rogueliker
  • *****
  • Posts: 4957
  • Karma: +4/-1
    • View Profile
Re: RailRL ALPHA (ARRP)
« Reply #1 on: September 15, 2012, 07:25:25 PM »
Hmm, novel concept----congrats on making the release party best of luck on knocking out those features coming soon.   8)
Brian Emre Jeffears
Aspiring Designer/Programmer/Composer
In Training

Alex E

  • Rogueliker
  • ***
  • Posts: 118
  • Karma: +0/-0
    • View Profile
    • Email
Re: RailRL ALPHA (ARRP)
« Reply #2 on: September 15, 2012, 07:28:55 PM »
I'll be sure to check it out once I have some time  ;)

7h30n

  • Newcomer
  • Posts: 33
  • Karma: +0/-0
    • View Profile
Re: RailRL ALPHA (ARRP)
« Reply #3 on: September 15, 2012, 07:41:42 PM »
Hmm, looks interesting. Love the train representation :D

I think you should change the way you perform interaction, because "alt/cmd + direction" interferes with my browser's shortcuts.
Current project: Into the Dungeon++

george

  • Rogueliker
  • ***
  • Posts: 201
  • Karma: +1/-1
    • View Profile
    • Email
Re: RailRL ALPHA (ARRP)
« Reply #4 on: September 15, 2012, 08:00:29 PM »
A train runs over you.

I love it :).

The hexes are cool too. Good work and a nice looking engine as well.

Vaughn

  • Newcomer
  • Posts: 37
  • Karma: +0/-0
  • AKA Drath
    • MSN Messenger - vonvon999@hotmail.com
    • View Profile
    • Email
Re: RailRL ALPHA (ARRP)
« Reply #5 on: September 15, 2012, 08:02:28 PM »
Played it for a bit. Interesting concept and implementation. Can't wait for the new features.

I am craving mouse-driven control, just because it seems like there is too many repeated commands and mis-steps.

Move to proper spot,
Hold ALT, move in that direction again,
Click 1, repeat.

Perhaps if there is only one option or choice of interaction, it could automatically do it? Or what about cancelling out of the menu by moving, skipping needing to press 0 every time. Having this as hex-based movement also exacerbates the movement issues for me, but that's just because i'm not used to playing that control style most likely.

ondras

  • Newcomer
  • Posts: 27
  • Karma: +0/-0
    • View Profile
Re: RailRL ALPHA (ARRP)
« Reply #6 on: September 15, 2012, 08:46:19 PM »
I think you should change the way you perform interaction, because "alt/cmd + direction" interferes with my browser's shortcuts.

Would adding of ctrl/shift to the list of interaction modifiers improve your experience? The main goal regarding UX is to keep stuff as simple as possible (by reducing the amount of memorized keystrokes to a minimum, for instance)...

ondras

  • Newcomer
  • Posts: 27
  • Karma: +0/-0
    • View Profile
Re: RailRL ALPHA (ARRP)
« Reply #7 on: September 15, 2012, 08:50:27 PM »
Or what about cancelling out of the menu by moving, skipping needing to press 0 every time.

This makes some sense - but keep in mind that the menus are controlled by the same keys (if you have/use numpad) you use for movement; this might create some confusion when pressing "1" twice results in different actions (picking item #1 in menu vs. moving bottom-left).

Perhaps the menus could be flattened so there is no need for "multiple-0" operation to get back... will try to make up something.

Having this as hex-based movement also exacerbates the movement issues for me, but that's just because i'm not used to playing that control style most likely.

I guess this is just a matter of time. Also, the numpad-based keys are much more natural than the "qwaszx" section...

7h30n

  • Newcomer
  • Posts: 33
  • Karma: +0/-0
    • View Profile
Re: RailRL ALPHA (ARRP)
« Reply #8 on: September 15, 2012, 08:56:22 PM »
I think you should change the way you perform interaction, because "alt/cmd + direction" interferes with my browser's shortcuts.

Would adding of ctrl/shift to the list of interaction modifiers improve your experience? The main goal regarding UX is to keep stuff as simple as possible (by reducing the amount of memorized keystrokes to a minimum, for instance)...

Yeah, I think shift would work
Current project: Into the Dungeon++

george

  • Rogueliker
  • ***
  • Posts: 201
  • Karma: +1/-1
    • View Profile
    • Email
Re: RailRL ALPHA (ARRP)
« Reply #9 on: September 15, 2012, 09:56:02 PM »
For a harvesting/building game like this it'd be convenient to have quick keys, where you could say "I'm harvesting wood", and then just run around hitting 'g' or whatever and harvest wood. Similarly for building, you could say, "now I'm building tracks", and run around doing the same (if you have the resources of course).

Hi

  • 7DRL Reviewer
  • Rogueliker
  • *
  • Posts: 154
  • Karma: +0/-0
    • View Profile
    • Email
Re: RailRL ALPHA (ARRP)
« Reply #10 on: September 20, 2012, 04:07:51 AM »
I am in safari, and for some reason it isn't starting the game, even though it says click the screen to start the game.