P5.js 記号練習
関連タイピング
-
都立東高校であるあるなタイピングです。
プレイ回数359かな564打 -
プレイ回数1312725打
-
2014都立東高でよくあるワードのタイピングです。
プレイ回数6096かな1001打
問題文
ふりがな非表示
ふりがな表示
(createcanvas(400,400);)
createCanvas(400,400);
(background(220);)
background(220);
(ellipse(100,100,100,100);)
ellipse(100,100,100,100);
(random(500);)
random(500);
(nostroke();)
noStroke();
(size=10;)
size=10;
(nofill();)
noFill();
(framerate(30);)
frameRate(30);
(rect(100,100,50,50);)
rect(100,100,50,50);
(random(10,50);)
random(10,50);