Skip to content

Releases: fungamer2-2/MyRoguelike2

Updates

20 Jan 02:20
eecd6b2
Compare
Choose a tag to compare
Updates Pre-release
Pre-release
  • Adjusts the system for defining attacks
  • Adds a few more monsters

0.15.0

09 Jan 03:28
151153d
Compare
Choose a tag to compare
0.15.0 Pre-release
Pre-release

Main changes:

  • Added potion of foresight - provides bonus on attack rolls and evasion
  • Every 3 levels, one random stat increases by 1, and you can choose another stat to increase by 1

0.14.0

05 Jan 01:42
Compare
Choose a tag to compare
0.14.0 Pre-release
Pre-release
  • Introduces throwable weapons
  • You can throw any type of throwable weapon at a monster through the inventory menu

0.13.1

01 Jan 18:54
ca8dbfe
Compare
Choose a tag to compare
0.13.1 Pre-release
Pre-release

Some fixes

0.13.0

01 Jan 14:43
8b54c8e
Compare
Choose a tag to compare
0.13.0 Pre-release
Pre-release

This update brings some changes to the inventory screen:

  • Press i to open the new inventory screen (the old use menu has been moved to the new one)
  • You can also drop inventory items through this menu

0.12.0

27 Dec 20:39
a1d5449
Compare
Choose a tag to compare
0.12.0 Pre-release
Pre-release
  • Added more armor types
  • Began adding scrolls:
    • Scroll of fog: Creates a dense fog within a 4-tile radius that obscures vision of monsters and the player
    • Scroll of teleportation: Teleports you to a random position
    • Scroll of thunder force: Creates a loud noise and a shockwave that may damage nearby monsters and push them away from the player
  • Added shields, which can block attacks to reduce your chances of getting hit

Update

23 Dec 23:05
7bc07c0
Compare
Choose a tag to compare
Update Pre-release
Pre-release

Just a simple fix

0.11.0 - The game now autosaves

23 Dec 23:00
0f80e16
Compare
Choose a tag to compare
Pre-release

You can now load the saved game automatically - no need to start a new game when the program restarts

Updates/added armor

23 Dec 02:53
Compare
Choose a tag to compare
Updates/added armor Pre-release
Pre-release
  • This adds different types of armor to the game, which can reduce damage

0.9.0

19 Dec 02:54
Compare
Choose a tag to compare
0.9.0 Pre-release
Pre-release
  • Adds invisibility potions
  • Displays status effects in the UI
  • Other refactoring