Party Vibe

Register

Welcome To

What are your top five computer games you have ever played?

Forums Life Computers, Gadgets & Technology Video & Computer Games What are your top five computer games you have ever played?

  • This topic is empty.
Viewing 15 posts - 61 through 75 (of 96 total)
  • Author
    Posts
  • So many games i forgot p0ly!!
    Diablo 2 & FF7 were brilliant. I actually think FF7 was one of the first games i remember playing. Damn the soundtrack too.

    I also remember playing the crap out of tomb raider 1 and 2, the third one was okay but I couldn’t get into it, the rest of them are just beyond me TBH

    @Clusterfrog 518911 wrote:

    While we’re at it, the hardest game of all time:

    [yt]KHU2guYH7Og[/yt]

    Also, way ahead of its time in terms of graphics and music, this came out at the same time as the nes/master system! this video doesnt do it justice

    SOTB!! Remember that blowing me away at the time on Atari ST. Great soundtrack.

    @thelog 518907 wrote:

    Never played it no, but I rmeber reading about it in one of my old gaming mags.

    Apparently it sells for quite a few quid now. £150 odd. Shame I don’t have it anymore.

    Amazing how enjoyable it was to watch manic miner load just now…. I’m guessing people who weren’t from the era will wonder wtf I’m so happy about though.

    [yt]MZYuGUCrkoU[/yt]

    Hmm was just thinking how I tried to code a platform game in the late 1980s but didn’t quite have enough kit or time to do it (as I was 17 then and dealing with school, exams etc) and the Spectrums display memory mapping was a real bugger to program as the lines weren’t all in order compared to other 8 bit computers. I did however build a portable dev kit which was a Spectrum, interface one, microdrive (a sketchy device with a endless loop of tape like a miniature radio broadcast cartridge) and assembler/monitor software secured into a box file so it would fit in my school bag and I could code during free periods in sixth form, using a industrial size CRT colour telly as a display 😉

    These days most of my work is just normal office IT support and I rarely get time to work on anything coding related, not even sure if that much coding is done in Blighty by natives any more or its all outsourced to foreigners (or ready trained foreign workers are brought in rather than give new young folk a chance..)

    I had all 4 volumes on Input (the coding magazine) in their ringbinders. No idea where they are now. Would be cool to have a look through them again.

    lol I remember that. Some of the ideas weren’t bad but from what I remember others were riddled through with misprints so the code needed to be debugged again to get it to work. Those magazines did provide most young people growing up in the era with a fairly solid grounding in computer science to be fair, even if they could not always afford the best hardware. Today there is much more kit and the info is out there but less incentive to learn it…

    I Love the Speccy 48k, still got mine in the attic, but no point digging it as I also have a Speccy Emulator and pretty much every game written on the PC lol

    If anyone wants the emulator + games they available free online ( cant remember where I downloaded them from as it was years ago ) but if you cant find them and want them let me know, still got them saved and the price of postage an DVD to put them on shouldnt be more than £1

    Used to love buying the Speccy mags to with the free games & pokes on cassette stuck to the front

    On coding, I played with basic when I was about 10yo as I had the original manual teaching you how to write loads of simple little programs, mostly blocky cartoon images making a few movements

    Later in school days I did A level computer programming which was all in Pascal & C+, I swear both were obsolete before I even took the exam lol

    Learning C at A level was quite advanced for the time TBH. C and C+ are far from obsolete, they are still widely used except more in speed critical code (like computer games) and hardware device drivers/embedded systems, except much of this stuff isn’t developed in Britain any more (mind you if it is its more likely to be in Wales or Scotland than England).

    I can just about hack at C code to do basic stuff like make a digital telephone exchange work properly with Britains quirky phone exchange, or use an arduino (based on C) to do things like control sound equipment but that is about the limit of my skills, would have liked to have got into graphics coding or games but don’t have the attention span or maths skills required and by the time I was in my 20s I was more interested in raves and music, plus the market had already been taken over by big foreign companies…

    My amstrad 464 came with big book with all sorts of programs you could code yourself, I remeber reading one out to my sister while she typed it in. It was a pretty cool sequence though. I wish we had got into it more and got into programing 🙁

    If you wanna have some fun, here’s an amstrad for you to play on http://www.winape.net/download/WinAPE20A18.zip

    [ATTACH=CONFIG]152642[/ATTACH]

    We had a few others that came with amstrad action magazine.

    Feel free to fire away

    10 REM INVADERS
    20 REM @ MICHAEL BEWS
    70 DIM 1(50)
    40 MODE 1:BORDER 0:INK 0,0:INK 1,24:INK 2,20:INK 3,6:WINDOW #1,1,40,1,25:PAPER # 1,0:PEN #1,1:CLS #1
    50 J$(1)=STRING$(32,32)
    60 GOSUB 1350
    70 XW=0:XV=0:YU=0:IMP=0:TC=0:RA=0:RR=80: HS=-100:TS=0:A=0:C=0:FX=0:L=0:P=7:0=6:T= 2:U=1:V=5:W=10:SC=0:XP=0:Z=1
    80 YY=0:)(Z=2:XN=0:XS=0
    90 GOSUB 1180:GOTO 720
    100 REM MAIN PROGRAM LOOP
    110 REM
    120 REM INVADER SHUFFLE
    130 REM
    140 IF TC=U THEN TC=0: GOTO 630
    150 FX=U: X=U
    160 IF I(X+L*P)=0 THEN FX=0: GOTO 180 170 X=X+U: IF X<P+U THEN 160
    leo PEN INT(2.5—Z/2): FW=U: X=U
    190 IF I(X)=0 THEN FW=0: GOTO 210
    200 X=X+U: IF X<50 THEN 190
    210 IF FW=U THEN FW=0: GOTO 1070
    220 IF FX=U THEN GOTO 330
    230 IF FX=U THEN FX=0: GOTO 330
    240 IF L+A>19 THEN GOTO 1050
    250 LOCATE 1,L+A+1: IF (Z=—LJ AND TC=0) T HEN PRINT” “;
    260 FOR X = U TO P: IF I(P*L+X)=U THEN P RINT” “– GOTO 280
    270 PRINT 1$;
    280 NEXT X
    290 PEN 1

    Oh obviously change the second line of text to your name, Also the key mapping for symbols is messed up so you will have to explore the keys if you set out to do it. I’ve already started typing this one out

    Oh and BTW copy paste won’t work incase you were feeling lazy.

    Another tip make sure you check each line of code before you hit return or you will be fucked. I can’t figure out how to move the cursor back up a line.

    [ATTACH=CONFIG]152643[/ATTACH]

    I’m getting all excited, I can’t wait to see it again.

    there should be a mapping to the cursor keys and I think the Amstrad used a COPY key like the BBC micro (it is basically a mixture of Spectrum and BBC hardware).

    This copied what was under the “copy” cursor (you could move around with the arrow keys) to the position of the typing cursor (though I am trying to remember stuff 23 or more years old now)

    Thats right, I remeber it had a green copy key in the middle of the cursors. Anyway I have hit another proble with this line of code 160 IF I(X+L*P)=0 THEN FX=0: GOTO 180 170 X=X+U: IF X<P+U THEN 160

    I cannot find this symbol * on the amstrad. It should be under 8 but that is open brackets for some reason. grr. I’ll keep searching. I have got too far to give up.

    I’m actually picking up speed on it now that I know where most the keys are.

    Found it under shift colon.

0

Voices

94

Replies

Tags

This topic has no tags

Viewing 15 posts - 61 through 75 (of 96 total)
  • You must be logged in to reply to this topic.

Forums Life Computers, Gadgets & Technology Video & Computer Games What are your top five computer games you have ever played?