Although I have eleven years of experience working in and teaching Java/OOP, (
http://www.dickbaldwin.com/toc.htm) I have just started looking into Alice as a possible new approach for our CS0 course which is currently being taught using C++ -- boring and not very successful. So please bear with me if this is common knowledge.
I know how to create a world and manually add objects, position the objects, adjust the camera, set properties, etc., and to do a variety of other things manually. However, as a programmer, I would prefer to write code to do as much of that as possible and to eliminate as many of the manual operations as possible.
My question: Is it possible to manually create a new world using the File menu, and manually select and open a template, and then switch over entirely to program code from that point forward?
More specifically, is it possible to write code to add objects to a world, or must that always be done manually?
Thank you.
Dick Baldwin