Open Salt-is-leaving opened 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:
karaoke_room = KaraokeRoom("karaoke", "La-la-la!")
Should contain an item (a microphone) and an action that a player can choose: "What song would you like to sing?"
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!")