AndyDentFree / rbstuff

Automatically exported from code.google.com/p/rbstuff
2 stars 0 forks source link

Graphical World Builder #42

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Want to be able to build worlds using GUI direct manipulation rather than 
having to type in text.
it would insert commands in the world entry as you go so you could see them in 
real-time.

First version imagined as something that lets you select a current tool to add 
items to the world.

One simplifying task which I think would also be educational would be to not 
implement delete 
through the direct manipulation, only adding items. That way people have to 
think about the script 
if they want to take walls out. It also avoids a lot of difficulty having to 
parse the script to find a 
command matching the selected item (not impossible, just harder).

Original issue reported on code.google.com by dentaroo@gmail.com on 20 May 2009 at 12:51