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 - GuyNamedJoe

Pages: [1]
1
Thanks for the feedback! The lag's probably the result of my lighting system. I basically use libtcod's line function to brute-force raycast everything, and do a full pass of that every turn. I could definitely see how something like that might cause problems on some computers. I've got at least one way to make that more efficient (by only recalculating light sources when they move or change lighting) and will work on implementing a toggle between full lighting/lighting, but no flickering/no lighting to accommodate as many systems as possible. I'll also try to get a cursor and mouse-move into the next version.

2
Oops - I may have forgotten to list that one in the readme haha. I've got fullscreen working on my computer (and if other libtcod games go fullscreen for you, this one probably will) and updated the link with a new version. You should be able to press ALT+ENTER to enter fullscreen. Please let me know if it still isn't working, and thank you for the feedback!

4
7DRLs / Re: A ton of quick 7DRL looks
« on: March 22, 2013, 04:27:28 PM »
Thanks for taking the time to look at all our projects - really appreciate it :) I updated the link on mine to the new roguetemple site, so it should work now.

5
Thanks Jo! I fixed the link so now it should go to the right location again :)

6
Thanks! I'm a big fan of the font as well! (As you'd guess  ;)) Saw it on the URR dev blog and was blown away.

7
Thanks  :) Glad you like it!

8
EDIT: This thing (and another project I have on the backburner) has a blog now! http://joerldev.blogspot.com/
Apologies to anyone else named Joe who wants to blog about trying to make roguelikes.

===POST-7DRL RELEASE===

Dungeon-Themed Starvation Simulator is updated! (Expect future updates SoonTM.)

Get the python (2.7.3) version here: http://www.fileswap.com/dl/6udrczIhFN/

Get the .exe version here: http://www.fileswap.com/dl/iDYomEhDBB/



New release has new features like full-color lighting, streamlined controls, and more fiendish multi-tile traps! Also, cockatrices. Watch out for those.

Some of the traps in action:







===7DRL RELEASE===

Dungeon-Themed Starvation Simulator is finished as of last night!

Get the python (2.7.3) version here: http://www.fileswap.com/dl/V0kgNHyDN/

Get the .exe version here: http://www.fileswap.com/dl/lDsrX5Dowh/

In case it matters, the python version was completed during the challenge period, and the .exe version was compiled from the 7DRL release after my 7-day period was over and I had a good night's sleep :)

Have fun! Please let me know in the thread if you have any questions, comments, suggestions, or bug reports!

Screenshot:


Pages: [1]