Temple of The Roguelike Forums
Announcements => Traditional Roguelikes (Turn Based) => Topic started by: itkachev on October 01, 2011, 08:32:02 AM
-
Hello all.
A new release of Diggr is live today.
Changes:
- An all-new, hand-crafted visual look. (See screenshots on the official site.)
- Full-screen support. (Press F11 while in-game to switch in and out of full-screen mode.)
- Important UX and balance fixes.
You can download it from the official site: http://code.google.com/p/diggr-roguelike/
-
Nicely done---full screen support is always a good thing to see. 8)
-
Definitely a new take on things. It's nice to see a roguelike with a very clear vision of what it is intended to be and how it will get there.
Not remembering the terrain where you've been is disorienting to me though.
-
Hello all.
I've uploaded a new release today!
Changes:
- An all-new game mechanic based on cellular automata. (This is something that's easier to show than to explain, so please see screenshot. :))
- Bugfixes, balance tweaks.
Official site: http://code.google.com/p/diggr-roguelike/
Thank you.
-
Nice to see new game mechanics outright still sneaking into the releases with the general polishing! 8)
-
Great progress, look nice.
Ran into a bug that "killed" my game quite early :-[
Here's the error-file-message:
Traceback (most recent call last):
File "diggr.pyw", line 3782, in <module>
File "diggr.pyw", line 3732, in main
File "diggr.pyw", line 3150, in draw
File "diggr.pyw", line 3067, in process_world
File "diggr.pyw", line 2884, in walk_monster
AttributeError: Item instance has no attribute 'camorange'
-
That sort of error usually happens when you install a new version of the game on top of old version's savefiles.
Do a clean reinstall of the game and start everything from scratch, then it should work.
Great progress, look nice.
Ran into a bug that "killed" my game quite early :-[
Here's the error-file-message:
Traceback (most recent call last):
File "diggr.pyw", line 3782, in <module>
File "diggr.pyw", line 3732, in main
File "diggr.pyw", line 3150, in draw
File "diggr.pyw", line 3067, in process_world
File "diggr.pyw", line 2884, in walk_monster
AttributeError: Item instance has no attribute 'camorange'
-
Aaaahh...ok. Will do ;D