New
目次
お気に入りにする
ツイートを検索する
ツイートを削除する
ツイートを公開する
報告する
その他
ヘルプページ
0

Project Euler

yuuki @yuuki26

I started Project Euler. projecteuler.net I started posting my C solutions on GitHub. github.com/yuuki15/projec… i chose C89 for archeology. tho it's still used in many projects such as curl.

2023-12-10 18:21:57

Scratch

yuuki @yuuki26

I created a Mental Addition game. To answer the sum of 10 numbers that are flashed very fast. scratch.mit.edu/projects/93071…

2023-11-30 12:25:01
yuuki @yuuki26

lemme explain the source code. the main flow is: 1) counts down 3, 2, 1. 2) displays 10 numbers. 3) asks the user to enter the answer. i defined 2 functions ("blocks"). • say countdown • flash random numbers pic.twitter.com/Iz3I06xT1g

2023-11-30 12:46:31
拡大
yuuki @yuuki26

⬆️ countdown block. loops 3 times. decreases by 1. period. ⬇️ random number display block. accumulates the sum in the variable `correct answer`. pic.twitter.com/mO41BFx7yb

2023-11-30 13:04:20
拡大
yuuki @yuuki26

finally, the actual message display block. (sry i actually defined 3 blocks.) • flash [message] for 0.5 seconds displays the message for 0.3s and clears the speech bubble for 0.2s. this makes the message appear to flash. pic.twitter.com/MkN3Gspshs

2023-11-30 13:24:48
拡大
 ログインしてコメントしよう
このまとめは誰でもコメントできます。

    コメントがまだありません。感想を最初に伝えてみませんか?

のアイコン