Temple of The Roguelike Forums

Announcements => Traditional Roguelikes (Turn Based) => Topic started by: zurn on June 03, 2010, 01:27:55 AM

Title: rlZair - roguelike
Post by: zurn on June 03, 2010, 01:27:55 AM
Hey everyone,

I wanted to share my newest project.  The project is still in the very early stages. I would love any feedback though.

http://sites.google.com/site/jsrzair/
You can download the latest demo there. As well as keep up with any updates I have.
Title: Re: rlZair - roguelike
Post by: guest509 on June 03, 2010, 08:55:56 AM
  Hey man looks neato but I can't figure out how to move. I may be stupid.
Title: Re: rlZair - roguelike
Post by: getter77 on June 03, 2010, 01:45:59 PM
Looks promising, keep at it!   8)
Title: Re: rlZair - roguelike
Post by: AgingMinotaur on June 03, 2010, 07:42:40 PM
I wanted to share my newest project.  The project is still in the very early stages. I would love any feedback though.

Is there a compiled version that works on Linux?

I didn't try it, but I watched the video. Do you have to go through a menu to move every time? Ie. how many keystrokes does it take to move or run once in a single direction? Or can you also walk with directional keys, and run with eg. shift+dir? Other than that, it has a nice look to it. Am I right that you are using that famous sprite set from the Collaboration competition at TIGSource?

Please forgive me that this post is nothing but (more or less rhetoric) questions ;) Toil on, keep us posted.

As always,
Minotaur
Title: Re: rlZair - roguelike
Post by: zurn on June 04, 2010, 01:28:03 AM
@Jo

You have to use the menu to move.
Controls:

    * g - generates a new level.  use this if you spawn in a wall or get bored
    * w - is the select button
    * e - is the cancel button
    * arrow keys - navigates menus and target cursor
    * to quit hit alt+F4 or click the X button on the window.

@AgingMinotaur

I added a linux download on my site.  Heres the direct link though.
http://sites.google.com/site/jsrzair/rlZair.tgz
You will need to have the libraries already on your machine, I didn't provide any :/
    * SDL-1.2.13
    * SDL-image-1.2.7
    * SDL-mixer-1.2.8
    * SDL-ttf-2.0.9
    * OpenGL-2.1.2

Yeah you actually have to hit all those buttons just move one space.  This follows my plan to not really utilize the keyboard much (I would really like to port this to touch devices).  I have two ideas to help this situation out, as of right now.

The first is to place a repeat option on the top menu.  Then you can just hit that and the game will do whatever you did last turn.

The second is to add a third kind of movement.  This kind of movement would give you a cursor to choose any location (limited to where you have been or where you can see).  After choosing the location the game would autopilot to it.  Only stopping if you hit cancel, run into a door, get into combat, that kinda of thing.  I wrote some path finding code already.  So I'm probably going to at least add this option.  Theres some screen shots of the path finding on my site.  It's still stand alone and has yet to be put in game.

Yeah the sprites came from oryx's submission to that compo.  I didn't have time to compete in it unfortunately.  But after seeing them I knew I had to make a RL.