Skip to content

Commit 2fb2b0d

Browse files
committed
Initial implementation.
1 parent 006a1a3 commit 2fb2b0d

File tree

5 files changed

+1021
-2
lines changed

5 files changed

+1021
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
1-
# scratch2py
2-
A Scratch VM in Python & PyGame
1+
# Scratch-To-Python
2+
3+
An implementation of Scratch VM in Python using PyGame. The idea is to
4+
help kids who are familiar with Scratch to easily transition to
5+
Python.
6+
7+
The project is currently under prototyping stage. Implements many
8+
Scratch blocks, and execute simple Scratch projects.
9+
10+
------
11+
python -m scratch2py
12+
------

scratch2py/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

0 commit comments

Comments
 (0)