Author Topic: New roguelike - Robot Zombie Ninja Wizard  (Read 8787 times)

gamechampionx

  • Newcomer
  • Posts: 5
  • Karma: +0/-0
    • View Profile
New roguelike - Robot Zombie Ninja Wizard
« on: December 30, 2016, 12:12:53 PM »
Hi all,

I am a big fan of the roguelike genre and created an experimental game in my free time called Robot Zombie Ninja Wizard. In this game, you play as a character of one of the four mentioned classes and traverse a dungeon, battling enemies, advancing your character and collecting loot.

I'm currently looking for beta testers, and any level of feedback on the game's playability and balance.

More info can be found here: https://www.facebook.com/robotzombieninjawizard/ and the game can be run via the JAR file here: https://github.com/bprollinson/robotzombieninjawizard/

Gornova

  • Rogueliker
  • ***
  • Posts: 79
  • Karma: +0/-0
    • View Profile
Re: New roguelike - Robot Zombie Ninja Wizard
« Reply #1 on: December 30, 2016, 12:48:27 PM »
It's really had to see something and reading strings, because of all these spaces! can you please remove them ?

for example:



it's really hard to read something!

For what I can see there are a lot of skills and possibilities, but without a proper char spacing and some kind of background color on the dungeon (black is fine, like in a terminal), it's hard to play it
Blog | Last game A droid story

gamechampionx

  • Newcomer
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Re: New roguelike - Robot Zombie Ninja Wizard
« Reply #2 on: December 30, 2016, 10:56:26 PM »
Gornova,

Thanks for trying it out.

I can look at reducing the spacing. Right now, the game uses the text grid to do both the menus and the map - I can look at pulling it in a bit tighter - it should still work in both contexts.

Regarding the background, are you trying to get better contrast between a room and the outside area?

Gornova

  • Rogueliker
  • ***
  • Posts: 79
  • Karma: +0/-0
    • View Profile
Re: New roguelike - Robot Zombie Ninja Wizard
« Reply #3 on: December 31, 2016, 09:15:44 AM »
If behind there is a grid, you should try to check a terminal-like approach to display menus and game world, I suggest you to take a look to trystan's ascii panel here and as example Twelve hours here. Check his blog too, is really helpful!
Blog | Last game A droid story

gamechampionx

  • Newcomer
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Re: New roguelike - Robot Zombie Ninja Wizard
« Reply #4 on: December 31, 2016, 02:28:36 PM »
Thanks. I just did an update, creating version 1.0.1 with tighter spacing for a better user experience. I'll be looking into some other UI improvements shortly.

Samildanach

  • 7DRL Reviewer
  • Rogueliker
  • *
  • Posts: 453
  • Karma: +1/-0
    • View Profile
    • The Indie Ocean
Re: New roguelike - Robot Zombie Ninja Wizard
« Reply #5 on: January 14, 2017, 09:34:47 PM »
I don't know if it's just my display but all the text is partially chopped (see here for an example).

The game has promise but I think the instruction/help text needs a lot of work. Various pages said you should check the skill menu, the spell menu, etc for more info - but nowhere that I saw does it tell you how to access those menus. No game should force you to just press every key until something happens.

gamechampionx

  • Newcomer
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Re: New roguelike - Robot Zombie Ninja Wizard
« Reply #6 on: January 15, 2017, 08:08:17 PM »
Samildanach,

Thanks for the feedback. Is the vertically spacing better in this version? https://github.com/bprollinson/robotzombieninjawizard/blob/v1.0.0/RobotZombieNinjaWizard.jar

I had pulled it in to be tighter, but I might need to expand it a bit more.

Regarding the menus, if you hit 'h' in-game, it brings you to the hotkeys menu. I can look at showing a message related to that on-screen if you think it would make things more intuitive. Also, I can add specific hotkeys to the instructions.

Regarding the menus, did you have trouble figuring out how to use the escape key to get back to the game? I'm curious to know if an on-screen prompt for that would also be useful. I'm looking forward to making the interface a bit more intuitive so that players have a better experience.

gamechampionx

  • Newcomer
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Re: New roguelike - Robot Zombie Ninja Wizard
« Reply #7 on: January 28, 2017, 01:05:47 PM »
I've made another release (https://github.com/bprollinson/robotzombieninjawizard/tree/v1.0.5) that adds some startup instructions for finding the hotkey, instructions and escape menus. The game also tells you which hotkeys to use when discussion menus on individual instructions pages.

Thanks for the feedback.