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.


Messages - Pender

Pages: 1 [2]
16
Traditional Roguelikes (Turn Based) / Re: Announcing Brogue v1.0
« on: November 29, 2009, 11:04:48 PM »
I don't know how to port to Windows myself, but I would be pleased to publish a third-party port on the Brogue web site, and I would help out in the porting effort however I can. It should be a relatively easy game to port; all of the game code is in C, and I wrote up specifications for the platform-dependent functions here:

http://sites.google.com/site/broguegame/Broguemachdepguide.pdf?attredirects=0

17
Traditional Roguelikes (Turn Based) / Re: Announcing Brogue v1.0
« on: November 29, 2009, 05:14:12 AM »
Thanks to Nathan Stoddard, a Linux port is now available as well.

18
Traditional Roguelikes (Turn Based) / Announcing Brogue v1.0
« on: November 28, 2009, 07:32:08 AM »
After a year of development, download executable and source and view
screenshots at http://sites.google.com/site/broguegame/ .

(Mac OS X only, but the code should be fairly portable.)

The basic development philosophy is:

1) Lots of emergent puzzles ("MacGyver moments").

2) Minimal boring behavior encouraged from the player; playing
optimally should be fun.

3) A gentle learning curve but with a lot of strategic depth.

4) ASCII (plus unicode) graphics, but as beautiful and intuitive as
possible within that constraint.

Pages: 1 [2]