Hero image

First Coding - Creative Coding Exercises

Average Rating4.00
(based on 1 reviews)

First Coding projects give you everything you need to implement creative and exciting computing lessons, safe in the knowledge that you’re delivering on target learning objectives. Benefits include: * Reduced planning and preparation time * Allows teachers and parents to get up to speed on their children’s interests * Easily adaptable to the classroom environment

First Coding projects give you everything you need to implement creative and exciting computing lessons, safe in the knowledge that you’re delivering on target learning objectives. Benefits include: * Reduced planning and preparation time * Allows teachers and parents to get up to speed on their children’s interests * Easily adaptable to the classroom environment
Making Money from your Scratch Games
firstcodingfirstcoding

Making Money from your Scratch Games

(0)
A GREAT PROJECT FOR ANY CODING CLUB! I am always looking for projects that push Scratch to the limit whilst also keeping the attention of the students. This document details two free tried and tested methods that will allow you to set up a virtual arcade to showcase your Scratch games whilst having ads and donation buttons sat alongside them to generate revenue.
Make Scratch Apps and Exes
firstcodingfirstcoding

Make Scratch Apps and Exes

(0)
Here at First Coding we’re always looking for unique ways to keep pupils’ interest so recently we’ve been teaching our pupils how to package up their Scratch projects to make them into standalone games (that they can burn to disk and hand out to friend and family) or use their projects to build Android apps. The video below features one of our musical sequencer projects that is running as an app in Kindle. Included is also the music seqencer project featured in the video. Please note, this only currently works for Scratch 2 projects.
Scratch - Guess the Number Game
firstcodingfirstcoding

Scratch - Guess the Number Game

(0)
This is a perfect project to help demonstrate the use of conditions and loops. The computer selects a random number and the user has to make guesses until either the correct number is correctly chosen or the number of attempts runs out. After each guess the computer states whether the guess was too high or low. A good challenge for pupils is to set them the task of rewriting the game but reversing the logic. This time it’s the user that picks the number and the computer attempts to guess. This project works well in Scratch and there is a working version of each game variation provided along with the Powerpoint presentation for this exercise. Included for free is an example of the game written in Python should you wish to challenge your older pupils. There is also a general guide to coding included too.
Scratch - Painting Time
firstcodingfirstcoding

Scratch - Painting Time

(0)
This project will teach about drawing our own backgrounds and costumes and also serves as an introduction to loops and conditional statements. It is primarily aimed at KS1 and as a result focuses on the KS1 curriculum requirements for completing the students’ introduction to Scratch. Powerpoint presentation, teachers’ notes and working example included.
App Inventor - Make a Silly Name Generator for any Android device the easy way.
firstcodingfirstcoding

App Inventor - Make a Silly Name Generator for any Android device the easy way.

(0)
App inventor is a visual programming language designed to help in the building of simple and complex Android applications without the need for any previous coding knowledge. In this exercise we will learn how to build a Silly Name Generator for your phone or tablet. The aim of the app is simple, upon pressing a button select random elements from two lists to build a funny name and present it on screen. There are additional points at the end of the exercise to improve the application, such as getting the device to read out the generated name.
Scratch - Random Funny Name / Spy Name Generator - With Working Example
firstcodingfirstcoding

Scratch - Random Funny Name / Spy Name Generator - With Working Example

(0)
In this easy to follow tutorial we’ll be learning about all the aspects of designing our very own silly name generator, covering previous topics such as inputs, outputs and lists. Silly names will be randomly generated at a touch of a button and can be used over and over again. There is a working example included to illustrate the uses of this exercise.
Scratch Exercise - Buttons and Sounds
firstcodingfirstcoding

Scratch Exercise - Buttons and Sounds

(0)
In this exercise we will learn how to make a basic sound board. A sound board is a series of buttons that when pressed play a sound clip. We also look at the different ways in which the buttons can react to being clicked on either by changing their appearance or producing popup messages. There is now also a general guide to coding included too.
Scratch Variables and RPS Game
firstcodingfirstcoding

Scratch Variables and RPS Game

(0)
This is a Scratch resource to help pupils understand and use variables effectively in their programming. The main guide easily talks you through creating a simple dice game, where decisions are made in order to record the highest roll of the dice throughout the game. The worksheet then encourages the pupils to take the concepts learnt with the dice game to build a Rock, Paper, Scissors game. The guide does not go into how to build the latter but everything in the dice game should be sufficient. Scratch files of both the dice game and Rock, Paper, Scissors are included as well as a guide to coding.