Author Topic: rlZair - roguelike  (Read 7374 times)

zurn

  • Newcomer
  • Posts: 6
  • Karma: +0/-0
    • AOL Instant Messenger - trashy+gold
    • View Profile
    • Some of my game dev stuff
    • Email
rlZair - roguelike
« 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.

guest509

  • Guest
Re: rlZair - roguelike
« Reply #1 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.

getter77

  • Protector of the Temple
  • Global Moderator
  • Rogueliker
  • *****
  • Posts: 4957
  • Karma: +4/-1
    • View Profile
Re: rlZair - roguelike
« Reply #2 on: June 03, 2010, 01:45:59 PM »
Looks promising, keep at it!   8)
Brian Emre Jeffears
Aspiring Designer/Programmer/Composer
In Training

AgingMinotaur

  • Rogueliker
  • ***
  • Posts: 805
  • Karma: +2/-0
  • Original Discriminating Buffalo Man
    • View Profile
    • Land of Strangers
Re: rlZair - roguelike
« Reply #3 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
This matir, as laborintus, Dedalus hous, hath many halkes and hurnes ... wyndynges and wrynkelynges.

zurn

  • Newcomer
  • Posts: 6
  • Karma: +0/-0
    • AOL Instant Messenger - trashy+gold
    • View Profile
    • Some of my game dev stuff
    • Email
Re: rlZair - roguelike
« Reply #4 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.