yos1up / scratch2cpp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The description in English is provided below Japanese one.

scratch2cpp

〜 Scratch でプログラミングコンテストに参加したい方へ 〜

ここには,以下の 2 つのものがあります:

  1. AtCoder に Scratch 3.0 で参加できるようになる Chrome 拡張 Scratcher's AtCoder のソースコード. Scratch 3.0 プロジェクトファイル (.sb3) を C++ ソース (.cpp) に変換する JavaScript コードが含まれています.

  2. Scratch 2.0 のコードを C++ コード (.cpp) に変換できる,コード変換ツール.(Python3 製です.)

1 については, こちらをご覧ください.

2 については,こちらをご覧ください.


scratch2cpp

for Scratchers who want to participate in programming contests

There are two things here:

  1. 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).

  2. 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.

About


Languages

Language:JavaScript 92.6%Language:Python 5.3%Language:HTML 2.1%