You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A 2D adventure game where you can move around in cardinal directions,
get stuff, go to different levels, overcome obstacles and escape to
tell the tale.
Stuff in the game - Structural
Player
Map
has rooms
Do we want a starting map???
Rooms
Different types of Rooms
##Item
Different types of items... but not like rooms
Other concepts in the game
Movement
Obviously WASD
Death?
Spawn?
Initializing Items
Initializing Map(s)?
Escaping
A staircase out. '<'
About
Making Adventure Game a little more carefully with COEN 244 class