tecimovic / programming-school

Lessons for kids
0 stars 0 forks source link

Player dies too quicky #10

Closed jecimovic closed 1 year ago

jecimovic commented 2 years ago

it doesn't show the room description before you die.

NeonScripter commented 2 years ago

This should be configurable bc that would destroy some really cool easter eggs

jecimovic commented 2 years ago

like what

NeonScripter commented 2 years ago

like various easter eggs i have

NeonScripter commented 2 years ago

including the room of error in atwi80c

NeonScripter commented 2 years ago

and la paz

jecimovic commented 2 years ago

well then just do something else for it like a locked door

NeonScripter commented 2 years ago

and the atlantic ocean

NeonScripter commented 2 years ago

na not using locked door

NeonScripter commented 2 years ago

if you go across the atlantic ocean in a crappy boat you would die

NeonScripter commented 2 years ago

the more ways to die the more fun the game is

jecimovic commented 2 years ago

how does that affect this

NeonScripter commented 2 years ago

cuz it will show the la paz description while you die

jecimovic commented 2 years ago

so?

jecimovic commented 2 years ago

it just does

NeonScripter commented 2 years ago

yeah but if its configurable its just works better

tecimovic commented 1 year ago

If you do player.describeCurrentPlace() just before you do player.die() it will print out the room description. So it's your choice.