Archives October 2023

OctoStudio a new App from MIT Media Labs

“OctoStudio transforms how young people use mobile phones and tablets, enabling them to create their own stories and games anytime, anywhere. Children can take photos and record sounds, bring them to life with coding blocks, and send their projects to friends and family.

Launched October 24, 2023, OctoStudio is developed by the Lifelong Kindergarten research group at the MIT Media Lab; the Lifelong Kindergarten group also created Scratch, the world’s most popular coding language for kids. OctoStudio is completely free of charge, without any ads or in-app purchases.” – https://www.media.mit.edu/

A fun and playful app. Block coding much like Scratch or ScratchJr. Best suit middle to senior primary aged students.

If out more by visiting https://www.media.mit.edu/projects/octostudio/overview/

Project 8 CS50S

CS50S Assignment 8 was to revise one of the previous projects you’ve already created. Find some sequence of blocks that you used multiple times, and organize them into a custom block.

This image has an empty alt attribute; its file name is Project-8-Abbys-Store-V.2-1024x575.png

Custom blocks were added to Abby’s character.

Addition features are also added, such as declining the sale if insufficient funds exist.

This is a sim-type game that could be used for financial literacy. It is only very basic but has the potential to be developed further.

Check out Project 8 – CS50S Project 8 Abby’s Store V.2

My Custom Blocks:

Recently completed HarvardX CS50S

An introduction to programming using Scratch, a visual programming language. Used at the start of Harvard College’s introductory course in computer science, CS50.

CS50S introduces students to fundamentals of programming, found not only in Scratch itself but in traditional text-based languages (like Java and Python) as well. Topics include: functions, which are instructions that perform tasks; return values, which are results that functions provide; conditions, via which programs can decide whether or not to perform some action; loops, via which programs can take action again and again; variables, via which programs can remember information; and more.

CS50S consists of nine projects and can be accessed via edX, edX is the online learning platform from world-leading digital education company 2U, Inc. edX was founded by Harvard and MIT as an experiment to make the world’s best education available to everyone.