Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Happy Corner

Pages: [1]
1
Other Announcements / Villain-based Roguelikes?
« on: December 21, 2010, 05:05:04 AM »
In most roguelikes, your character is the good guy, or at least NOT the force of evil that's threatening the land. How many RLs are there where you can play the bad guy?

Rogue Survivor is a good example, where you can play a zombie and score points by killing humans instead of surviving the longest. Or arguably Prospector, if you start as a pirate (attacking/looting merchant ships instead of exploring planets). If it hadn't been a hoax, the Serial Killer RL would've counted, too.

What would be some other examples?

Note that I wouldn't necessarily count RLs that simply have "evil" classes/races (ie chaos knights in Dungeon Crawl, much as I love that game). Many games have those, but in most of them, you still have the same goal, face the same dungeon, and score points for the same things normal characters do, you just have a different set of tools and handicaps to work with (if even that). I'm curious about examples that change the game experience more drastically.

2
Programming / Trouble installing ncurses in Ruby...
« on: December 20, 2010, 07:35:41 PM »
Since a lot of roguelikes use curses/ncurses, I figured it's more than good enough for me, too. Since I plan to keep things at the ASCII level, it sounds perfect.

The problem is, I'm using Ruby 1.9.2 with the DevKit (on Windows 7), and try as I might, I can't get the ncurses gem to install. I'm greeted with this error message:

Quote
Temporarily enhancing PATH to include DevKit...
Building native extensions.  This could take a while...
ERROR:  Error installing ncurses:
   ERROR: Failed to build gem native extension.

C:/Ruby192/bin/ruby.exe extconf.rb
checking for unistd.h... yes
checking for ncurses.h... no
checking for ncurses/curses.h... no
checking for curses.h... no
extconf.rb:35:in `<main>': ncurses header file not found (RuntimeError)


Gem files will remain installed in C:/Ruby192/lib/ruby/gems/1.9.1/gems/ncurses-0.9.1 for inspection.
Results logged to C:/Ruby192/lib/ruby/gems/1.9.1/gems/ncurses-0.9.1/gem_make.out

I confess that I'm still a noob programmer, but I'd actually be relieved if the problem is something totally blindingly obvious. Any help you can provide would be greatly appreciated!


Pages: [1]