Skip to content

Jprange/DuDE

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DuDE Programming Tutorial

Description

  • DuDE is a high level programming tutorial to teach children the basics of variable assignment, conditional statements and loops. It is a drag and drop block format with a built in custom debugger to go forward and backwards through each step of the program.
  • There are 3 modules with step by step intrustions as well as a sandbox for playing around.
  • Here are a few examples
Tutorial Instructions

instructions

Creating Program from Blocks

blocks

Reordering Blocks

reordering

Using Debugger

debugger

Running Locally

  • Clone repo git clone <repo url>
  • Start up backend and frontend
Backend
  • Must have pip installed
  • cd backend/
  • sudo pip install -r requirements.txt
  • ./app.py
  • backend will be running on http://localhost:5000
Frontend
  • Must have node installed
  • cd frontend/
  • npm install
  • bower install
  • npm start
  • frontend will be running on http://localhost:8111

Contributors

  • Zach Waterfield
  • Jack Forbes
  • Jackson Prange
  • Evgeny Gorchakov

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.8%
  • HTML 25.0%
  • Python 10.0%
  • CSS 9.2%