My Pages

Wednesday, 25 October 2017

Sorry

I'm going into my GCSEs, and so posts will be even less frequent than before.

On the plus side, I recently got a google home, and I'm pretty impressed so far. 

Live Long and Prosper...

Sam

@samofcoding

Saturday, 23 September 2017

It's my birthday!


Wish me a Happy Birthday! Probably I will do something else like a new game or coding.

Tuesday, 25 July 2017

Hello!
The school year has just come to an end, and for some of you, you now have a lot of free time on your hands. Be productive, do something fun, but don't waste your time. I've been learning Xcode for IOS apps and preparing for my Computer Science GCSE. I would just like to take a second to thank Apple for all the 'special' features of Swift, being the only programming language to use 0 to 1 for choosing RGB numbers, meaning that you can only go to 2 decimal places! YAY! *Starts crying inside*

Sam
Twitter - @samofcoding
Insta - @samofcoding
Sarahah - samofcoding.sarahah.com
Snapchat - @samofcoding

Tuesday, 30 May 2017

Hey, guys!
                My first PC build was a huge success and it is currently my main machine. It is equipped with an Intel i7 7700k, 32GB of RAM, a Nvidia GTX1080, a 2TB WD Blue HDD, and a 250GB Samsung Evo SSD. For any more info about it, tweet me @samofcoding.
Live long and prosper...
Sam

Tuesday, 31 January 2017

Building a PC

I'm starting to design and build my own gaming PC. Just to give you guys an idea of how cool it is, it will have 32GB of R.A.M.

Live Long and Prosper....

Sam

Thursday, 29 December 2016

Warframe

Just started playing Warframe again, and it is transformed from a little game with a lot of potential, to one of the largest non-infinite games, with loads of amazing gameplay mechanics.

Live Long and Prosper...

Sam

Sunday, 16 October 2016

BBC BASIC

Quiz + Game

I decided to do this for a recent school project. 
It is a quiz with a twist.
If you get a question right, then you can take a shot at a brown blob. If you hit it you get an extra point!
 
All you need to do is change the words - correct and incorrect, in inverted commas to your awnsers.
Those of you who are more advanced can change more.   
    shot%=0
      colour 1, 135, 206, 235
      colour 129
      x%=0
      cls
      sc1%=0
      sc2%=0
      sc3%=0
      print "Question"
      print "1. Incorrect"
      print "2. Correct"
      print "3. Incorrect"
      input ">>>" ans%
      if ans% = 2 then
        sc1%=sc1%+2
        gcol 2
        rectangle fill 0,0, 10000,500
        colour 3, 255, 255, 255
        gcol 3
        circle fill 1000, 1200, 100
        circle fill 1100, 1200, 100
 
        proc_buffy
        cls
        if shot%=1 then
          sc1%=sc1%+1
          shot%=0
   
   
        endif
      else
        print "Team 1's score is " str$ sc1%
        print "Next team's turn"
        wait 100
        cls
      endif
      print "Team 1's score is " str$ sc1%
      print "Next team's turn"
      wait 100
      cls
      rem team 2s turn


      print "Question"
      print "1. corect"
      print "2. imCorrect"
      print "3. Incorrect"
      input ">>>" ans%
      if ans% = 1 then
        sc2%=sc2%+2
        gcol 2
        rectangle fill 0,0, 10000,500
        colour 3, 255, 255, 255
        gcol 3
        circle fill 1000, 1200, 100
        circle fill 1100, 1200, 100
 
        proc_buffy
        cls
        if shot%=1 then
          sc2%=sc2%+1
          shot%=0
   
   
        endif
      else
        print "Team 2's score is " str$ sc2%
        print "Next team's turn"
        wait 100
        cls
      endif
      print "Team 2's score is " str$ sc2%
      print "Next team's turn"
      wait 100
      cls

      endif
      rem team 3's turn
      print "Question"
      print "1. incorect"
      print "2. inCorrect"
      print "3. correct"
      input ">>>" ans%
      if ans% = 3 then
      sc3% =sc3% +2
      gcol 2
      rectangle fill 0,0, 10000,500
      colour 3, 255, 255, 255
      gcol 3
      circle fill 1000, 1200, 100
      circle fill 1100, 1200, 100

      proc_buffy
      cls
      if shot%=1 then
        sc3%=sc3%+1
        shot%=0
      endif
      else
      print "Team 3's score is " str$ sc3%
      print "Next team's turn"
      wait 100
      cls

      endif
      print "Team 3's score is " str$ sc3%
      print "Next team's turn"
      wait 100
      cls

      endif
      print "Question"
      print "1. Incorrect"
      print "2. Correct"
      print "3. Incorrect"
      input ">>>" ans%
      if ans% = 2 then
      sc1%=sc1%+2
      gcol 2
      rectangle fill 0,0, 10000,500
      colour 3, 255, 255, 255
      gcol 3
      circle fill 1000, 1200, 100
      circle fill 1100, 1200, 100

      proc_buffy
      cls
      if shot%=1 then
      sc1%=sc1%+1
      shot%=0


      endif
      else
      print "Team 1's score is " str$ sc1%
      print "Next team's turn"
      wait 100
      cls
      endif
      print "Team 1's score is " str$ sc1%
      print "Next team's turn"
      wait 100
      cls
      endif

      rem team 2s turn


      print "Question"
      print "1. corect"
      print "2. Incorrect"
      print "3. Incorrect"
      input ">>>" ans%
      if ans% = 1 then
      sc2%=sc2%+2
      gcol 2
      rectangle fill 0,0, 10000,500
      colour 3, 255, 255, 255
      gcol 3
      circle fill 1000, 1200, 100
      circle fill 1100, 1200, 100

      proc_buffy
      cls
      if shot%=1 then
      sc2%=sc2%+1
      shot%=0


      endif
      else
      print "Team 2's score is " str$ sc2%
      print "Next team's turn"
      wait 100
      cls

      endif
      print "Team 2's score is " str$ sc2%
      print "Next team's turn"
      wait 100
      cls


      endif
      rem team 3's turn
      print "Question"
      print "1. incorect"
      print "2. inCorrect"
      print "3. correct"
      input ">>>" ans%
      if ans% = 3 then
      sc3%=sc3%+2
      gcol 2
      rectangle fill 0,0, 10000,500
      colour 3, 255, 255, 255
      gcol 3
      circle fill 1000, 1200, 100
      circle fill 1100, 1200, 100

      proc_buffy
      cls
      if shot%=1 then
      sc3%=sc3%+1
      shot%=0
      endif
      else
      print "Team 3's score is " str$ sc3%
      print "Next team's turn"
      wait 100
      cls

      endif
      print "Team 3's score is " str$ sc3%
      print "Next team's turn"
      wait 100
      cls
      endif



      end
      defproc_buffy
      for mve%=1 to 300
      cls
      colour 5, 205, 133,63
      gcol 5

      circle fill mve%*10,500,50
      gcol 2
      rectangle fill 0,0, 10000,500
      colour 3, 255, 255, 255
      gcol 3
      circle fill 1000, 1200, 100
      circle fill 1100, 1200, 100
      line 1500,10000,1500,0

      wait 1

      if mve%=150 then
      a%=inkey (10)

      if a% = -1 then
      else
      shot%=1
      endproc
      endif
      endif
      next
      endproc

Sorry...

Hey everyone, writing a quick post saying sorry for not posting for ages. TBH, I sort of forgot about this. I am truly sorry for all of the people following this blog.

Anyway, I've been working on a project on Mozilla Thimble. Thimble is a online program for writing html and css, with live changes.

I will launch link on here later.

 Sam




Thursday, 31 December 2015

Saturday, 28 November 2015

Minecraft 1.9 Snapshots


Everyone has been talking about the new 1.9 experience and how minecraft might be ruined. Here is what I think:
The 1.9 snapshots certainly are quite different and I think some people will stop playing the game. But the features will definitely make the game more tactical and more fun. No more getting spam-killed!!!

On a side note I will be starting a youtube channel to  show of coding and games. This will be called MC Diamond.

Wednesday, 23 September 2015

It's my birthday!

It's my birthday!
Wish me a Happy Birthday! Probably I will do something else like a new game or coding.

Wednesday, 18 February 2015

Airmech is horrible

Go away air mech
Follow me on instagram at Sam of coding

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!!!