Welcome to your home in Steemit City, Flat 20 on the 3rd floor of Steemit Apartments
๐ Source 1, Source 2 + Photoshop
Things don't look good for you at the moment, technology has stopped working and you've run out of food. If you don't head outside soon to search for something to eat, you'll certainly starve to death.
Before you begin on your adventure, you'll need to choose the character that you'll be playing with and have the following options:
{A} | {B} | {C} |
---|---|---|
Please reply {A}, {B} or {C} to this post to select your character.
{C}
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
It's time to get moving, you look out through the spy hole of your front door and see nothing dangerous.
That's lucky. You're getting hungry and need to make a move. Although it looks safe, it might be sensible to use some energy looking for a weapon.
๐ค Select Your Move
{A} Go outside
{B} Search for a weapon
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Please, let me outside!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Ah, you have created a new bug for me to think about ๐คฃ
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
But "A" showed up a few hours before the gif. I was so impatient... ;-)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Ha ha - it did and when the code's running continuously, it wouldn't be a problem but I understand... you felt trapped inside your apartment and simply had to get out ๐
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
โ Your selection has not been recognised, please ensure that your reply is contained within curly brackets - for example {A}
It's time to get moving, you look out through the spy hole of your front door and see nothing dangerous.
That's lucky. You're getting hungry and need to make a move. Although it looks safe, it might be sensible to use some energy looking for a weapon.
๐ค Select Your Move
{A} Go outside
{B} Search for a weapon
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Please don't screw with me - I am sensitive... ;-)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
๐ It looks like I had thought about it, I just hadn't implemented the solution. Too many replies confuses the poor little game so it only looks at the most recent one. It'll be far too confusing to make it look through previous comments to find the last "valid" one.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Bad news - The game's busted and all active games needed to be deleted ๐ข
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
It's not good :-(
I hope you find the bug...
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thanks - it's been very frustrating but I've worked out what it was.
I introduced a change yesterday which meant I could store a player's health to 1 decimal place. Meaning that a character can lose a little bit of health with each action (e.g. -0.2 for looking around an apartment) without it really damaging the player. Unfortunately, I updated the character display incorrectly which meant that no image was loaded (although the character was created correctly in the background).
I'd also introduced a reply to another scenario which had nested "for" loops but annoyingly, I'd used the same counter index ($i) on both and it all fell apart horribly.
So I added some code to delete an individual game which all worked fine, but when I went to "update the master game" with it, I forgot to json_encode it and also didn't encrypt it. Which killed everything.
So many schoolboy errors made by somebody who doesn't get enough sleep ๐ด
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Yes, sleep should not be underestimated.
I know that too. I often think: Oh, I can still do this one thing quickly ... and usually it ends up either completely unexpected or it takes much longer.
Lately I've been managing to get better :-)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
๐ I find it impossible to stop when something's not quite finished. I thought I'd finished writing the "search for weapons" code so put it into test. Then realised I'd not saved the weapon to the character.
So @ubongudofot has lost his axe and my axe has been replaced with a Frying Pan. I seem to be making a lot of mistakes!
It's all good fun though. Hopefully, tomorrow, the characters will finally be able to venture out into the corridor...
Would you like to join the testing? It's very buggy but hopefully you'll find the story quite entertaining.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Ouch. But it's good that your game could be tested this way.
Keep going, the game will be fun!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I made some silly mistakes in the code and because of the way I save progress, it was catastrophic. I should probably think of a better way of doing it... or stop making mistakes ๐
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
{A}
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
You have made a more recent comment which will be used for your move.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit