From c13e591c672593bf92265f9d3cb8221060f4da12 Mon Sep 17 00:00:00 2001 From: Huajiang Wei Date: Mon, 15 Jan 2018 12:01:03 +0800 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b8936b6..84f850a 100644 --- a/README.md +++ b/README.md @@ -1 +1,7 @@ # WPF-Blocky + +this is a visual programming editor like google blocky and scratch, but implemented by WPF and dotnet. I want to develop a visual programming editor like scratch, but which will be more powerful, and has modern programming feature, like local variable, expandsibility. And I plan to enable it to control the robot toy like Lego Mindstorm EV3. For kids, animation and toy will be attractive for them to learn programming. + +currently we wrote this prototype, and achieved the basic function, visualization and execution. + + -- GitLab