Archive

Articles taggués ‘Mines of Elderlore’

Mines of Elderlore 1.0 beta 4 is released

I’ve release beta 4 of Mines of Elderlore. Final version is close, here is the changelog so far:

  • [Bug] It is now really possible to hit monsters with axes and warhammers while in fuzzy mode.
  • [Bug] In pygame mode, you can use ‘1′ to ‘4′ keys from the keypad to change your equipped weapon.
  • [Bug] No more crashing to desktop when hitting a wrong key under moe-pygame.
  • [Feature] In pygame mode, a menu is displayed to play multiple games without quitting each time.
  • [Feature] In pygame mode, if ‘random’ dungeon selected in ‘moe.ini’, the same random dungeon will be proposed from game to game.
  • [Feature] On floor level ‘n’, monsters can only progress to level ‘n + n-1′.

You can get the windows binary at:
http://downloads.sourceforge.net/elderlore/moe_windows.1.0beta4.zip

And the source release at:
http://downloads.sourceforge.net/elderlore/moe_source.1.0b4.zip

After unzipping it, you can launch the game with:
- moe-pygame.exe (graphical version) or moe-curses (ascii version) under Windows
- python moe-pygame.py (graphical version) or python moe-curses.py (ascii version) under a real Operating System  Wink

There is a readme.txt file pretty complete about the game in the folder. Have fun!