GuillemBarroso / CLing

2D survival game using command line
MIT License
3 stars 1 forks source link

Implement connection between rooms #15

Closed GuillemBarroso closed 1 year ago

GuillemBarroso commented 1 year ago

Fix #5.

Enables the player to move across two different rooms back and forth.

A Room object has been created. Also, the connections between certain doors must be specified to have a clear idea of where the player will appear after entering a certain door.