Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.03 KB

README.md

File metadata and controls

22 lines (14 loc) · 1.03 KB

NotBoringContent

Not Boring Content is a Godot project designed to help students learn programming.

MIT lisense for everything except pieces which I do not own: the background images and Chippy 3D model. pyra

How it works: learning revolves around using createBox(x,y,z) to create boxes that appear in the 3D space. This simple but intuitive function allows the teacher to visualize many programming fundamentals.

This project requires Godot 3.5, which is less than 50 megabytes.

Example 1: Create a pyramid with code https://www.youtube.com/watch?v=ykNda1-yf1Q

Example 2: Understand recursion in programming https://www.youtube.com/watch?v=YoNPzu1XhXE

See the Teacher_Examples node and attatched code to see a handful of examples of how to use. The theEveryThingExample() shows off a number of abilities the boxes have: prr2