6 quid with free pizza and cola?
As much as I can eat/drink? I'm in. You can keep the programming competition though.
Want to program like it's 1989 - or even earlier? Swindon's Museum of Computing is holding its first 80s-themed games coding contest this saturday. Gridrunner Despite its name, the Bedroom Programming Challenge is no nod to post-coital coding or a showcase for the latest in teledildonics but harks back to a time when " …
Indeed. Tatung Einstien's were quite common (as used by Matthew Smith). I think I heard one of the Pickford Brothers say they used Einstiens at Binary Design.
The Oliver Twins used to develop their games on a Amstrad CPC 6128 with the target machine being the Spectrum. They had a friend build an interface cable so they could take advantage of the MAXAM assembler ROM available for the CPC. This combined with the CPC's disk drive meant they could code efficiently and crashing the Spectrum didn't matter.
By the 1990's IBM PC's were often used.
In the mid 80's quite a few people used TRS80's for editing and assembly then a link to the Spectrum – can't remember the details of the link now though. Imagine used some form of Unix machines for development, again time has erased the name from my memory. I do remember later on for Atari ST and Amiga the best solution was SNASM. That used a bespoke interface to a PC where all the editing, assembly and debugging was done. It was a very very nice piece of kit and they guys who made it were great.
SNASM also had interfaces for the Megadrive and some other consoles.
Happy old days.
I went to the National Computer Museum at Bletchley Park recently with the kids and amazed them by writing a little BASIC program on the Spectrum they had there. It almost all came flooding back to me. I'd forgotton how slow it was at just printing to the screen - much faster than the ZX81 next to it though! How times have changed.
Off the top of my head I suspect they may be using a mobile phone game framework and built a click & drag interface over that.
This post has been deleted by its author
In 2009 I got to meet the Oliver twins (creators of the Dizzy games), Jon Hare (sensi soccer) and the guy who created Jet Set Willy (Matthew Smith).
They're all genius minds and totally bonkers, with the Oliver twins being the nuttiest of the lot! It's such a shame the UK gaming industry is really suffering right now, if I had a decent amount of cash behind me I'd try to set up a sort of angel fund/incubator system that gave people a chance to set up their own gaming companies in an attempt to boost the number of studios bringing out their own IP.
Because it's old timer stuff then they think it's easy.
If they're using old hardware as well, then they'll need to use an interrupt to change the colour palette halfway in the screen for more colours and trigger a VSYNC at the bottom to draw those sprites....by hand coding the sprite drawing code efficiently of course - but do I have to delete it first or just print spaces around it, and what happens if it goes over the background, hmm then I'll have to XOR the pixels on....etc....etc... now on to the sound, what do you mean I can't use samples!...
Who is the target audience here? 8pm to midnight, on a Saturday night in Swindon, wearing pyjamas, suggests that it's for kids. Presumably there'll be lots of dads who have dragged along their ungrateful offspring, under the pretext that it's just for the kids, when really they're there for themselves.
Really glad to see stuff like this, remember back in the day when the UK was pumping out microcomputer after microcomputer (Speccy, BBC B, Tandy, Amiga, Archimedes et al) whilst the rest of the world was trying to catch up.
Oh well, at least we gave the world ARM before it all went tits up :-)
"when the UK was pumping out microcomputer after microcomputer (Speccy, BBC B, Tandy, Amiga, Archimedes et"
There were indeed many British home computer manufactures over the period implied by your list but I'm pretty sure that Tandy Radio Shack and Commodore where not in that list.
"anybody with a talent for programming could write cool games in their bedroom and become a millionaire"
I was a whizz with Basic as were others. But the assembly language needed for proper action games was in a different class. Those were written on large purpose built systems then cross compiled for the target, I believe, not something we had access to in our bedrooms.
Those example games are early 80s not 1989.
Large, purpose-built systems, you say? Perhaps, for big programming houses, but a lot of game dev in the 80s was initiated from bedrooms. Even our scrubby lot at our local comp started to mess about with both 6502 and Z80 in the mid-80s. Most schoolboys knew the code for a hex inputter and any Speccy or C=64 user who hadn't heard of RANDOMIZE USR XXXXX or SYS xxxxxx was thrown to the art department!
Check some of the later type-ins from Sinclair user and the like. You'll see all manner of machine-code-based programs that have been written by bedroom coders (but not mine, 'cos they didn't publish it, that gits!).
I remember the US based 80 Micro magazine (for TRS-80 computers) running a comp challenging readers to write a game in BASIC in one line of code. No assembler allowed.
It was handy to number your line as line 0 while remembering that GOTO without a line number would go to line 0, that you didn't need spaces between BASIC commands and other text and that once you reached the max line length you could then EDIT 0 and the BASIC commands would be tokenised down to one byte, giving you a more space in your line.
A quick google finds one remarkably similar to my entry. That's probably why I didn't win. :-)
http://hotcomputer.tk/?p=40294
There were much better games on the winners rostrum at the time.
Not so sure this is the type of thing the current competition is all about though, but at least you could manage it inside the time limit.
Pirate flag because in those days I had a dual tape deck. Arrrrrr.
Just had a look at this at it's BRILL. We wrote a similar thing on my mate's Vic-20 which had 'gates' (symbolised by the <> symbols) and a skier (pi symbol). Gates would print from the bottom, thus autoscrolling up the screen. If you miss a gate, game over. Took about 20 lines of code... wonder if I can shrink it down...
I know this country was a bit prolific in churning out computers back in the 80's, but we can't claim responsibility for *all* of them... Mind you, given how quirky, far ahead of the competition, and poorly treated by upper management the Amiga was, perhaps it's understandable you'd mistake it for a product of the UK.
There's a lot of comments above about cross-compiling etc.
The bedroom coders of the 80s didn't have the luxury of bigger faster (note I didn't say better!) platforms to code on, they HAD to code on the target platform...
Reminds me of typing in the program listings from C&VG, then spending four hours trying to find the typing errors.
V.
They could cross compile fairly easily especially from the CPC to the Spectrum as they had the same CPU: From olivertwins.com:
"When the Spectrum turned up with its rubbery keys and infuriating code input rules it was all too much. We wanted to be able to continue writing games on our Amstrad but produce them for the Spectrum as well so we called on a couple of friends - David Jones* & Ivan Link to create a cable to link the two machines. This enabled us to write Spectrum games on our Amstrad."
They used MAXAM on the Amstrad CPC IIRC. And yes at this time they were still working in their bedroom!