Difference between revisions of "Main Page"
| 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. | ||
| − | |||
| − | + | ===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.