The description in English is provided below Japanese one.
〜 Scratch でプログラミングコンテストに参加したい方へ 〜
ここには,以下の 2 つのものがあります:
-
AtCoder に Scratch 3.0 で参加できるようになる Chrome 拡張
Scratcher's AtCoder
のソースコード. Scratch 3.0 プロジェクトファイル (.sb3) を C++ ソース (.cpp) に変換する JavaScript コードが含まれています. -
Scratch 2.0 のコードを C++ コード (.cpp) に変換できる,コード変換ツール.(Python3 製です.)
1 については, こちらをご覧ください.
2 については,こちらをご覧ください.
for Scratchers who want to participate in programming contests
There are two things here:
-
Codes of the Chrome extension
Scratcher's AtCoder
, with which you can participate in AtCoder with Scratch 3.0. It contains JavaScript code which converts Scratch 3.0 project file (.sb3) into C++ source code (.cpp). -
Code converting tool which works offline. You can convert Scratch 2.0 project file (.sb2) into C++ source code (.cpp). (developed in Python3)
For 1, please see this page.
For 2, please see this page.