Author Topic: New Diggr release  (Read 7722 times)

itkachev

  • Rogueliker
  • ***
  • Posts: 57
  • Karma: +0/-0
    • View Profile
New Diggr release
« 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/

getter77

  • Protector of the Temple
  • Global Moderator
  • Rogueliker
  • *****
  • Posts: 4957
  • Karma: +4/-1
    • View Profile
Re: New Diggr release
« Reply #1 on: October 01, 2011, 12:00:17 PM »
Nicely done---full screen support is always a good thing to see.   8)
Brian Emre Jeffears
Aspiring Designer/Programmer/Composer
In Training

qbradq

  • Newcomer
  • Posts: 6
  • Karma: +0/-0
    • View Profile
    • Email
Re: New Diggr release
« Reply #2 on: October 05, 2011, 06:02:18 PM »
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.

itkachev

  • Rogueliker
  • ***
  • Posts: 57
  • Karma: +0/-0
    • View Profile
Re: New Diggr release
« Reply #3 on: October 08, 2011, 09:51:29 AM »
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.

getter77

  • Protector of the Temple
  • Global Moderator
  • Rogueliker
  • *****
  • Posts: 4957
  • Karma: +4/-1
    • View Profile
Re: New Diggr release
« Reply #4 on: October 08, 2011, 12:12:33 PM »
Nice to see new game mechanics outright still sneaking into the releases with the general polishing!   8)
Brian Emre Jeffears
Aspiring Designer/Programmer/Composer
In Training

jocke the beast

  • Rogueliker
  • ***
  • Posts: 103
  • Karma: +0/-0
    • View Profile
Re: New Diggr release
« Reply #5 on: October 08, 2011, 05:27:50 PM »
Great progress, look nice.

Ran into a bug that "killed" my game quite early  :-[


Here's the error-file-message:

Quote
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'

itkachev

  • Rogueliker
  • ***
  • Posts: 57
  • Karma: +0/-0
    • View Profile
Re: New Diggr release
« Reply #6 on: October 08, 2011, 05:44:20 PM »
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:

Quote
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'

jocke the beast

  • Rogueliker
  • ***
  • Posts: 103
  • Karma: +0/-0
    • View Profile
Re: New Diggr release
« Reply #7 on: October 08, 2011, 08:13:19 PM »
Aaaahh...ok. Will do  ;D