Ta Ariel. All your games are good but Blindwalker is fighting with Vampire Vengeance for my favourite ÷)
StonechatProductions
Creator of
Recent community posts
Thanks.
Ha I'd forgotten to open the wardrobe. I now have the trunk. I still feel I'm missing something, because it looks like I now need 3 keys and can't even get 1, and I think I need to get upstairs in the house but can't do that either.
By the way there's a bit of translation missing: when you have the trunk down. If you try USE HOOK ON TRUNK it answers in Czech: To neni spatny napad, ale nepujde to
Loving this - I see why it's got the horror tag now!
Any chance of a hint? Just one step. I'm stuck.
*SPOILERS FOLLOW*
I'm in the forest. I've been in the house but can't get upstairs. I've found the altar. I can't get the trunk off the wardrobe. I can't get the Kinder from the barrel. I can't do anything with the cable. I can't do anything at the pond.
RANDOMIZE fixes what the random number sequence that RND uses will be. If you RANDOMIZE a number more than zero, it sets the same (for that number) series of 'random' numbers every time. If you RANDOMIZE 0 (or just RANDOMIZE) it sets a different series every time based on the spectrum's clock. If you try the following with RANDOMIZE number versus RANDOMIZE you'll see the difference. The former will give the same sequence every time you RUN, the latter will be different every time.
10 RANDOMIZE 50
20 FOR A=1 TO 10: PRINT RND: NEXT A
Yeah the loading POKEs can make a BASIC game go funny. It took me a few tries! In the TAP below, check out the first loader, which I restructured to just one line. The loading message POKE is 23739,111. Then in your main game, check line 3. I moved your POKEs there, and a PAUSE 0 so it waits for a keypress for all the people using turbo loaders.
The CLEAR is to reset the system variables, because the POKE 23739 can mess things up sometimes.
I put RANDOMIZE there too, because it looks like you get the same game every time in the original version.
https://drive.google.com/file/d/1URnxyn7e3zQPCFdq72gH9ebp5bnlS0II/view?usp=shari...
If that link doesn't work, then I could upload it at the Spectrumcomputing forum, but you'd need to join.
Thanks for the reply and the games Luis! I went on quite a journey with 'Echoes' for about a fortnight :)
I did wonder in my review about the text area, since most GAC games do obey the same screen layout as your games. I checked before writing and saw several GAC games that allow much larger text areas, e.g. 'Play It Again Sam', 'Not The Lord Of The Rings', 'Pete Bog,' and 'Murder, Mystery'.
I'm not as familiar with GAC as you. Are these examples unusual extensions of the regular engine?
If I've made a mistake I can clarify in the next issue.
Cheers
Dave
PS - it's also a proud member of the 'Maoi cameo' group in ZXDB

Congrats Roger and Sisko. Great game.