Difference between revisions of "Main Page"
From CodeStuff
| Line 25: | Line 25: | ||
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. | 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]] | |
Revision as of 10:34, 25 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.
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