Difference between revisions of "Main Page"

From CodeStuff
Jump to: navigation, search
Line 22: Line 22:
 
</edcode>
 
</edcode>
  
 +
The educational aspect of the site is in it's infancy.  I have been creating examples to explain concepts and how to do things. The language is probably still too technical for a novice audience, I will try to adjust this as I see which parts are comprehensible to others.
  
I am teaching some primary school students an introduction to programming so I am adding documentation that tries to assume as little background as possible.  I am not a great writer  so things might be a bit rough. 
 
  
Things start extremely simply with [[Getting Started]]
+
===tutorial pages===
 +
These are roughly in an order of progression.  There are quite a few pages I intend to write to fit in between these pages to smooth out the progression.
 +
 
 +
*[[Getting Started]]
 +
*[[Introduction to Terminology]]
 +
*[[Coordinates]]
 +
*[[Drawing Pictures]]
 +
*The [[Move Draw Loop]]
 +
*[[A Ball In A Box]]
 +
*[[Blocks]]
 +
*[[Simple Animation]]

Revision as of 01:32, 31 January 2012

The beginning of something that probably won't be finished

This is an experiment at making an introduction to programming wiki where code can be tweaked and run from inside the wiki page. The API has just a few functions available, but it should be sufficient to be able to make some interesting things to play with.

Give it a go by clicking Run. Give Radish a go for something that moves and has mouse and keyboard input.

The educational aspect of the site is in it's infancy. I have been creating examples to explain concepts and how to do things. The language is probably still too technical for a novice audience, I will try to adjust this as I see which parts are comprehensible to others.


tutorial pages

These are roughly in an order of progression. There are quite a few pages I intend to write to fit in between these pages to smooth out the progression.