28/06/2012

Daily Picks: 28/06/2012

TERM 6 CHALLENGE!!!!

Challenge: To build a multi-stage platform game using Stencyl (now installed in SC1!).

I know Jake has already been using this so he's the man to beat!

Prizes will be awarded last week of term!

Rules:

1. You cannot submit another persons work as your own (you will need to explain and show evidence of how you created the game).
2. You can use Stencyl, Scratch or any other games development software.
3. The game must have multiple levels.

Deadline: Friday 13th July.


Getting started with Stencyl? Click Here!!




20/06/2012

Daily Picks: 20/06/2012

This looks like fun...!!

CODE HERO

A game that allows you to shoot bits of  'Javascript' from a gun in order to create your own game.

19/06/2012

Daily Picks: 19/06/2012

Note to self: dont leave computing club alone with an open computer!!

Computing club dismantling a CD Drive.
Seen better days...

17/06/2012

Computing Club this week (week beginning 18/06/2012)

Hi guys,

Just to let you know that Computing club will have to take place on Tuesday 19th June as I will not be around after school on Friday 22nd June.

As Ben suggested we will be looking at the inside of a computer!

Thanks

Mr O'Callaghan

16/06/2012

Daily Picks: 17/06/12

A day early, but hey Ive found a great video!!

Apple launched the beta version of iOS 6 last week and they also have a new Mac Book Pro coming out too!

If you want to learn a bit more about the inner workings of a computer then watch the video at the link below...

http://www.apple.com/uk/macbook-pro/#macbookpro

The video shows Apple's innovative design team at their best!!


Daily Pick 16/06/2012

hello all, my name is luke and i like to make games in my free time so ive decided to post some of the games ive made click here to play to my first ever game and next time i will give you a link to the game im working on at the moment

see y'all, Luke kouzaris

15/06/2012

Chrome Experiments

http://www.chromeexperiments.com/

Chrome experiments is a free website that has interactive games, programming tools, html table maker and much much more!
Check it out.

Google Glasses

Watch the video below to see what google are meant to be realseasing this year!



AMAZING!

Daily Pick 15/06/12

Hello Guys! My daily pick is a tutorial on how to make a html 5 game.
This is a tutorial from Net tuts they have thousands of programming tutorials.

Daily Picks: 15/06/2012

Whilst trawling through the web this week looking for computing tools I came across a new on-line tool by Google... It's called 'Google Blockly' (I keep wanting to call it Google Broccoli but have to remind myself it's 'Blockly'!!).

It is a drag and drop programming tool similar to Scratch but this allows users to translate their blocks as JavaScript and other languages. So for example you can create a simple program by dragging and dropping different colour blocks and then click a link to see what the program would look like in JavaScript.

Have a look a Google Blockly here...


13/06/2012

Daily Picks 13/06/12

Code Avengers is a fantastic javascript teaching tool that Is very similar to Code Academy, But it is only for Javascript.
It Has lots of tutorials, and is an excellent Precursor to Waterbear (see a previous daily pick).
Thanks for reading!
Remember, we have a computing club on Friday the 15th of June, and it will involve branding the computing club across Google, Facebook, Twitter, ect.

12/06/2012

Batch Battle Sytem

Here is my batch battle system!


set /p name=Enter your name:
goto set

:set
set hp=100
set exp=0
ser exptill=50
set gold=0
set weappower=3
set lvl=1
set power=3
set powergain=1
set pots=2
goto em1


::   #   ENEMY 1  ##########################################################################

:em1
set en1hp=20
cls
echo You were attacked by a snake!
pause >nul
goto fightem1

:fightem1
cls
echo You have %hp% health
echo Snake has %en1hp%
echo.
echo 1 Attack
echo 2 Drink potion
set input=2
set /p input=...
if %input% equ 1 goto attackem1
if %input% equ 2 goto drinkpotem1
goto fightem1

:attackem1
cls
set /a en1hp=%en1hp% - (%power% + %weappower%)
if %en1hp% leq 0 goto killedem1
set /a hp=%hp% - 4
if %hp% leq 0 goto GameOver
goto fightem1

:drinkpotem1
if %pots% lss 1 (
    echo You don't have any potions...
    pause >nul
    goto fightem1
)
set /a hp=%hp% + 50
set /a pots=%pots% - 1
goto fightem1

:killedem1
cls
echo You killed a Snake!
echo you gained 7 exp and 6 gold
set /a exp=%exp% + 7
set /a gold=%gold% + 6
pause >nul
goto box


:box
cls
echo Yes, you have beaten your first ememy in the forest
pause
cls
goto box















Thats what I use taken from my batch game!
This battle system is completly customizable and you can change the variables to what ever you want.

Daily Picks: 12/06/12 - iOS6!

Boom!

10/06/2012

Daily Picks 10/06/2012!!

Hope everyone has had a good half term!!

I spent the weekend running 32 miles around Dartmoor in the rain... But it was fun!

Todays pick is a tool for programming Javascript and its called WaterBear. Its very similar to Scratch but programs specifically in Javascript. WaterBear has drag and drop functionality much like Scratch, but it also allows you to see and edit the Javascript generated by the blocks.

If you have worked your way through Code Academy or Code Avengers, this is a good 'next step'!

Good luck!!

09/06/2012

Daily pick 09/06/12

Hi all!
Sorry, I cannot do much today, but I will do another daily pick, as always!
Today, It is the open pandora, which is a open source Handheld linux pc with Retro game emulation
This review is by Dr Ashens, who is a quite famous "youtuber" who reviews old games and Poundland tat.
Warning: This, and many other of his videos may contain strong language, please watch at your own caution.
Don't like Ashen's rambling? Well Look at the official website: http://openpandora.org/


Thanks, Ben

08/06/2012

Daily Picks 08/06/12

Hey Everyone!
This Is just a quick One, as I have to scoot off soon for my birthday Dinner, but here is a link to a Fantastic Game Called Bloxorz.
Its a fun Puzzler that Can really rattle your brain. http://www.coolmath-games.com/0-bloxorz/index.html
Bye!

07/06/2012

Daily Picks 07/06/12-Shooty Shooty

Strike force heroes is a fantastically addicting Side scrolling arena 2D Shooter with 4 classes with over 65 weapons.
Strike Force Heroes

It is made by the same Devs that made raze 1 and 2, yet it has a distinctively Humorous Vibe to it.
Remember, Tomorrow is my Birthday, I would like to see some kind of Cool programming project either on the 8th or any date up to the 15th.
Thanks! 

06/06/2012

Daily Picks2: 06/06/2012 - Today the Internet gets a lot bigger!!!!

A very interesting expansion of the Internet is happening today... IPv6.



Read more here.

Daily Picks: Raspberry Pi?! 06/06/2012

Here's an interesting video about the Raspberry Pi (a very affordable computer!!)...



I believe this is great for young people, especially in today's economic climate! However if you already have access to a PC to program, would you want a Raspberry Pi as well?

Post your comments guys!!

05/06/2012

More Daily Picks!! 05/06/2012

Batch game programming seems to be quite popular at the moment. Here's a link to another tutorial on how to create a trivia game...

Click here!

Daily Picks 05/06/12

Hi everyone!
Now for a vs daily picks
Pspad Vs Notepad++
These are both great free coding environments, which both have good points and bad points.
In the comments write what is your favourite, and recommend other free Coding environments.
PsPad:http://www.pspad.com/
N++:http://notepad-plus-plus.org/
Thanks!

Just A Quick Update!

Hi!
Hope you are having a great half term, I sure am!
It is my Birthday on the 8th and I already have got a 16 inch, flatscreen tv, and a desk.
I am currently in cornwall now, and its rainy, so what would be a fantastic present is a Website, Game or some other coding or programming project be it on batch (im looking at you charlie), Css, Html, Jquery ect.
Thanks, ben

04/06/2012

Daily Pick 04/06/12

This is one of the best puzzle games I have ever played! Cube Mayhem, it combines wits with skill.




Ca be found on Armor Games at...

http://armorgames.com/play/13246/cube-mayhem

03/06/2012

Daily Pick 03/06/12

Todays daily pick is http://w3schools.com/ 


w3schools is a useful site for coders and it has html, javascript, PHP, jQuery and much much more!


Have a great sunday!

02/06/2012

Daily Pick 02/06/12

This is a helpful website to improve your coding skills in Javascript, Html, and python.
Have a great jubilee weekend!

01/06/2012

Batch Quiz

If you would like to learn how to code a batch quiz, watch the video below!


To make it playable, you have to save it in notepad as "All Files"  and called it Quiz.bat

Daily Picks: 01/06/2012

We've come to the end of the first term of computing club and in a very short space of time I've seen some excellent work!!

Here's a couple of visual programming sites for you to check out...

1) Google io - to access this site you must be signed into a Gmail account.

2) Lightbot - great way to learning about sub-routines. This is also available on the App Store, it's called 'RoboLogic.'

Have a great half term - good luck with the J-queries!!!

Mr O'Callaghan