top of page
Search

Final Project

My final project is a ball game. In the game, there are two ball on the screen. One ball is stationary, the other ball is moving. You can...

Assignment 10: p5 interactivity

var x, y, d; var r, g, b; function setup() { createCanvas(600, 600); x = 300; y = 50; d = 50; r = 0; g = 255; b = 0; } function draw() {...

Assignment 9: p5 animation

var x = 500; var y = 300; var sqwl = 100; var xSpeed = 10; var ySpeed = 5; var r, g, b; var triX = 500; var triY = 50; function setup() {...

Midterm Assignment

https://makecode.microbit.org/_U5uh8YPT9L9a My midterm project is a game. In this game, you need to control a blip at the bottom of...

Assignment 6: Midterm project idea

My midterm project is simple game. Once the game starts, there is a small, controllable blip at the bottom of the microbit. It's going to...

Blog: Blog2
bottom of page