My Pages

Tuesday 23 December 2014

Airmech

I just downloaded a new game that  goes by the name of AIRMECH I'm gonna start playing it as soon as it has downloaded

Friday 12 December 2014

Play Frontline tactics

Hey guys
I'm sorry there hasn't  been a post for a while but I have been busy
Anyway I have found a brilliant tps(third person shooter)  and is turn based strategy on steam. It is called frontline tactics.
Hope you have fun playing
Sam

Saturday 29 November 2014

Random Line Generator

Enter this code into BBC basic (demo or full) and it will create a random line generator. Go to super decade games for more code like this. (That's my teacher's webpage)

  
  rem Random Lines 
      mode 6: off

      colour 1 ,rnd(255),rnd(255),rnd(255)
      gcol 1
      x%=rnd(1200)
      y%=rnd (950)
      xa%=rnd(1200)
      ya%=rnd (950)

      line x%,y%,rnd(1200),rnd(950)
      repeat
  
        colour 1 ,rnd(255),rnd(255),rnd(255)
        gcol 1
  
        line x%,y%,xa%,ya%
  
        x%=xa%
        y%=ya%
        wait 5
        xa%=rnd(1200)
        ya%=rnd (950)
  
      until false

Wednesday 19 November 2014

The First Post

The First Post


Hi, welcome to my very first post. I am using blogger to create a blog so here you go. I'm Sam and I will post code, games and just whatever else comes to mind.
Thanks for looking at my blog!!!