Search found 2058 matches

by Joefish
Mon Feb 27, 2023 11:37 pm
Forum: Sinclair Miscellaneous
Topic: When did you realise it was all over for the Speccy? (I mean, commercially)
Replies: 18
Views: 579

Re: When did you realise it was all over for the Speccy? (I mean, commercially)

I got a (briefly) used Atari ST with a single-sided drive for only £175 around Christmas of 1989. The guy bought it to try his hand at programming it in assembly and gave up. I got the money after ROSS recruited a load of us sixth-formers to work weekends on a production line making frozen shepherd'...
by Joefish
Tue Feb 21, 2023 11:14 am
Forum: Programming
Topic: ChatGPT
Replies: 50
Views: 2229

Re: ChatGPT

If you take lines 170-190 and put them on the end of line 160 after the THEN (with colons between the statements), then remove the END IF (assume that those lines are what is meant to happen when the IF statement becomes TRUE), you can see what it's trying to do. It's printing a block, and when you ...
by Joefish
Tue Feb 21, 2023 11:06 am
Forum: Programming
Topic: ChatGPT
Replies: 50
Views: 2229

Re: ChatGPT

So I asked ChatGPT to write a simple Spectrum game and it came up with the following: ... 110 LET k$ = INKEY$ 120 IF k$ = "o" AND playerX > 0 THEN playerX = playerX - 4 ... But why doesn’t line 120 work? That's not valid syntax. It needs to be THEN LET playerX = ... But line 160 has an 'I...
by Joefish
Mon Feb 20, 2023 3:58 pm
Forum: Games/Software
Topic: The best Speccy game by RetroSouls: vote
Replies: 16
Views: 407

Re: The best Speccy game by RetroSouls: vote

Tough one, as there are many amazing looking games and many amazingly playable games, although they're not always the same ones. I feel as if games like MultiDude and Gluf are ever-so-slightly held back by a few concessions to how the graphics are done, but what graphics there are are brilliant. And...
by Joefish
Fri Feb 17, 2023 6:25 pm
Forum: Hardware
Topic: Pico based Spectrum ROM interface (photoessay)
Replies: 31
Views: 1280

Re: Pico based Spectrum ROM interface (photoessay)

Nice board - where did you get the fabrication done, and was it cheap?
by Joefish
Fri Feb 17, 2023 2:16 pm
Forum: Games/Software
Topic: What do you now know many years later
Replies: 147
Views: 24550

Re: What do you now know many years later

Hover Bovver had a Jetpack key? :dance :lol:
by Joefish
Thu Feb 16, 2023 11:27 am
Forum: Games/Software
Topic: What do you now know many years later
Replies: 147
Views: 24550

Re: What do you now know many years later

In Psion's sorta-classic Space Raiders , if you fire a bullet, then press and hold SPACE and B together, your bullet stops and hangs in midair until you release the keys, at which point it carries on. This makes it a lot easier to pick off spaceships or the last, fast moving invaders. It's not a Sp...
by Joefish
Wed Feb 15, 2023 5:28 pm
Forum: Website
Topic: spectrum20.org
Replies: 31
Views: 1097

Re: spectrum20.org

I had Gnasher from Mastertronic, but had forgotten about the hoofing great 16-pixel jumps! It was part of the inspiration for the look of my Gnash-Man Party! , using 16-wide sprites and wide mazes better suited to the Speccy screen. Though I stopped short of making it out to be a sequel as I thought...
by Joefish
Tue Feb 14, 2023 3:14 pm
Forum: Games/Software
Topic: Guess the screen$
Replies: 7861
Views: 237493

Re: Guess the screen$

Thunderbirds?

Droids?
by Joefish
Fri Feb 10, 2023 7:56 pm
Forum: Sinclair Miscellaneous
Topic: Intergalactic Speccy from Doctor Who Can Be Yours!
Replies: 1
Views: 134

Intergalactic Speccy from Doctor Who Can Be Yours!

Came across this stuff on eBay. Now that's got to be a record price for a busted up Speccy+ keyboard, but it's a genuine prop from Doctor Who , which you can own, if you've got piles of cash to blow on this sort of thing! https://www.ebay.co.uk/itm/185564292586?hash=item2b347e65ea:g:lCwAAOSw2L1jEzn1...
by Joefish
Fri Feb 10, 2023 1:58 pm
Forum: Brand new software!
Topic: BOMBER PENGO
Replies: 7
Views: 1016

Re: BOMBER PENGO

You forgot to mention what key to press for a bomb..?
by Joefish
Sat Feb 04, 2023 6:16 pm
Forum: Sinclair Miscellaneous
Topic: Spot the font!
Replies: 15
Views: 795

Re: Spot the font!

I thought the MSX had a wider font for graphics mode, and a narrower one for text mode (40 columns of 6-pixel wide characters), but apparently it uses the same font for both. You just get bigger gaps between the characters in the graphics modes, where the character cells are 8x8 like the Speccy.
by Joefish
Fri Feb 03, 2023 12:48 pm
Forum: Programming
Topic: ChatGPT
Replies: 50
Views: 2229

Re: ChatGPT

It's quite thoroughly American, so it thinks you're talking about https://en.wikipedia.org/wiki/Craps
by Joefish
Fri Feb 03, 2023 12:43 pm
Forum: Programming
Topic: SCREEN$ BASIC command, inverted.
Replies: 13
Views: 379

Re: SCREEN$ BASIC command, inverted.

It's why SCREEN$ is so slow. Far quicker to draw everything in different colours (using inverted INK / PAPER if you do want two things to LOOK the same), then check the ATTR from your code, as it's just reading a single byte. If you still then need to compare the ATTR with several options, get the r...
by Joefish
Thu Feb 02, 2023 6:46 pm
Forum: Games/Software
Topic: The best Speccy game by Odin Computer Graphics: vote
Replies: 20
Views: 505

Re: The best Speccy game by Odin Computer Graphics: vote

The biggest problem I have with Robin of the Wood is that thick green border around the sides of the screen. It's much less obvious what is a way off the screen and what's just a dead-end when there's always a big chunk of green graphics in every direction. It's poor game design, and shouldn't reall...
by Joefish
Thu Feb 02, 2023 1:59 pm
Forum: Programming
Topic: ChatGPT
Replies: 50
Views: 2229

Re: ChatGPT

It works better with higher-level languages where there are also tons of examples around the internet. If you ask it for something in Z80 it makes some major mistakes, but I've seen it write UNITY code that genuinely works, and for some quite fiddly requests too.
by Joefish
Thu Feb 02, 2023 12:51 pm
Forum: Graphics
Topic: Landscape artwork and other stuff
Replies: 106
Views: 5418

Re: Landscape artwork and other stuff

I've always wanted a Spectrum clone of Monkey Island , or something similar. If it were technically possible, I definitely think this would be the artist for the job! Some of his landscapes would look amazing with tiny touches of slow animation such as rustling leaves or rippling water. I think I s...
by Joefish
Wed Feb 01, 2023 4:08 pm
Forum: Graphics
Topic: Landscape artwork and other stuff
Replies: 106
Views: 5418

Re: Landscape artwork and other stuff

It's the ones like this that I love. Realistic looking landscapes, despite the completely saturated palette of the Speccy. I'm not keen on artwork with lots of artificial colourisation. Bold colours have their place, for effect, in skies for example, but some artists seem too desperate to use magent...
by Joefish
Sun Jan 29, 2023 1:06 am
Forum: Other Retro Stuff
Topic: Were arcades age-restricted?
Replies: 12
Views: 3222

Re: Were arcades age-restricted?

I suspect what the law was, in the 80s, and what was actually enforced in holiday resorts and - notably - travelling fairgrounds, may have been two different things.
by Joefish
Fri Jan 27, 2023 4:04 pm
Forum: Showcase your work!
Topic: BOMBER PENGO WIP
Replies: 4
Views: 300

Re: BOMBER PENGO WIP

Looks really good, and I can't get over how cute the little penguin looks in just one UDG! :dance
The font is really impressive too.
by Joefish
Fri Jan 27, 2023 3:54 pm
Forum: Games/Software
Topic: Arcade Dream
Replies: 2
Views: 146

Re: Arcade Dream

Arcade Dream was a big April Fool joke. Read the YS letters pages from the month after. They dropped in clues like the made-up reviewer 'Esther Monday' (Easter Monday that year) but pretty much everyone fell for it at the time. And it's not as though a made-up reviewer name was anything unusual in ...
by Joefish
Thu Jan 26, 2023 12:06 pm
Forum: Games/Software
Topic: Do you have Psychic powers...?
Replies: 10
Views: 356

Re: Do you have Psychic powers...?

I wonder how accurate their sales forecast was for this title..?
by Joefish
Wed Jan 25, 2023 2:45 pm
Forum: Games/Software
Topic: Do you have Psychic powers...?
Replies: 10
Views: 356

Re: Do you have Psychic powers...?

Somehow, I knew it was going to be rubbish!
by Joefish
Sat Jan 21, 2023 12:53 pm
Forum: Games/Software
Topic: Popular 80s games that ONLY the Speccy never got
Replies: 25
Views: 854

Re: Popular 80s games that ONLY the Speccy never got

Crime Busters is an obscure classic. I have the same mini-cab, My Arcade isn't it? Yes, I've got Mappy, Ms. Pac Man, Galaga, Rolling Thunder, Bubble Bobble and Heavy Barrel. Of the others, I'm not keen on the game or graphics of Dig Dug and Burger Time, and later games like Caveman Ninja, the NES v...
by Joefish
Fri Jan 20, 2023 6:08 pm
Forum: Games/Software
Topic: Popular 80s games that ONLY the Speccy never got
Replies: 25
Views: 854

Re: Popular 80s games that ONLY the Speccy never got

Mappy is a pretty good early NAMCO game (contemporary with Pac-Man and Galaxian ) that was never converted. There's the 'inspired-by' Crime Busters (not the Harry S. Price hack), but it's not really close. It got an MSX conversion from Japan and came out on the NES too. Also the Sord M5, apparently...