Rushwind13 / JMoria

My from-scratch implementation of a Roguelike game that will be an homage to IMoria
4 stars 4 forks source link

Wizard mode: phenomenal cosmic power #118

Closed Rushwind13 closed 1 week ago

Rushwind13 commented 1 week ago

Given I am in wizard mode When I press ^f for Flag Then a list of intrinsics is displayed And I can choose one of them to be toggled for my player

Given I am in wizard mode When I press ^i for item Then I can type in the name of an item And one will be created at my feet

Given I am in wizard mode When I press ^s for Summon Then I can type in the name of a monster And one will be created next to me.

Rushwind13 commented 1 week ago

https://github.com/Rushwind13/JMoria/pull/122