Rushwind13 / JMoria

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

Intro state #37

Closed mschober closed 2 weeks ago

mschober commented 1 month ago

GIVEN I start the game THEN I enter STATE_INTRO AND The intro page is displayed

and

GIVEN I am in STATE_INTRO WHEN I press the spacebar THEN I am now in STATE_RUNNING (or whatever this is called)

AC:

Notes:

_Originally posted by @Rushwind13 in https://github.com/Rushwind13/JMoria/pull/35#discussion_r1807979207_

Rushwind13 commented 2 weeks ago

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