Rushwind13 / JMoria

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

Look command #116

Open Rushwind13 opened 5 hours ago

Rushwind13 commented 5 hours ago

Given I am at position A,B And I use the Look command When I give directional commands Then the cursor moves but the player doesn’t when the target command is given Then the current monster and item and dungeon tile info are reported And directional commands move the player again

Acceptance criteria