Temple of The Roguelike Forums

Announcements => Traditional Roguelikes (Turn Based) => Topic started by: ondras on September 15, 2012, 07:21:48 PM

Title: RailRL ALPHA (ARRP)
Post by: ondras on September 15, 2012, 07:21:48 PM
Introducing RailRL (http://ondras.zarovi.cz/games/railrl/), my contribution to the 2012 ARRP.

This is a game prototype written using rot.js (http://ondras.github.com/rot.js/), featuring:


Features coming soon:
Title: Re: RailRL ALPHA (ARRP)
Post by: getter77 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)
Title: Re: RailRL ALPHA (ARRP)
Post by: Alex E on September 15, 2012, 07:28:55 PM
I'll be sure to check it out once I have some time  ;)
Title: Re: RailRL ALPHA (ARRP)
Post by: 7h30n 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.
Title: Re: RailRL ALPHA (ARRP)
Post by: george 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.
Title: Re: RailRL ALPHA (ARRP)
Post by: Vaughn 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.
Title: Re: RailRL ALPHA (ARRP)
Post by: ondras 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)...
Title: Re: RailRL ALPHA (ARRP)
Post by: ondras 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...
Title: Re: RailRL ALPHA (ARRP)
Post by: 7h30n 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
Title: Re: RailRL ALPHA (ARRP)
Post by: george 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).
Title: Re: RailRL ALPHA (ARRP)
Post by: Hi 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.