junfeng shaoMay 14, 20191 min readFinal ProjectMy 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...
junfeng shaoApr 11, 20191 min readAssignment 10: p5 interactivityvar 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() {...
junfeng shaoApr 8, 20191 min readAssignment 9: p5 animationvar 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() {...
junfeng shaoMar 14, 20191 min readMidterm Assignmenthttps://makecode.microbit.org/_U5uh8YPT9L9a My midterm project is a game. In this game, you need to control a blip at the bottom of...
junfeng shaoFeb 28, 20191 min readUpload Assignment: Assignment 7: Midterm updates I've done most of the work, But I had some problems with setting up the score. https://makecode.microbit.org/_XDKhVsfjzFvq
junfeng shaoFeb 28, 20191 min readAssignment 6: Midterm project ideaMy 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...
junfeng shaoFeb 5, 20191 min readAssignment 3: Variables, Conditionals, and CircuitsIn my program, it shows "Hello!" and lights up two lights. Then the two lights will flash. When you press A it lights up the third light...
junfeng shaoJan 29, 20191 min readAssignment 2: First micro:bit projectIn my program, it shows "hello" and a smiling face at the beginning. When you press A or B, it will show a different image