ZDDduesseldorf / zdd_adventure2023

Old-school text adventure playing in the ZDD building.
MIT License
7 stars 9 forks source link

New Room: Add a karaoke room #74

Open Salt-is-leaving opened 1 year ago

Salt-is-leaving commented 1 year ago

I suggest to build a karaoke room. Type 'enter karaoke' to go to the karaoke room. When entered the karaoke room display: "La-la-la!"

The code:

Add your room instance here, similar to the example below:

my_room = MyRoom("room_name", "room_description")

karaoke_room = KaraokeRoom("karaoke", "La-la-la!")

Salt-is-leaving commented 1 year ago

Should contain an item (a microphone) and an action that a player can choose: "What song would you like to sing?"