If you have zero experience with programming, and want to build your game in a web page, I recomend you other technologies than GWT. I would start with html, CSS and javascript here: http://www.w3schools.com/js/, http://www.w3schools.com/html and http://www.w3schools.com/css
Also I recommend you to use raphaeljs.com, a javascript library for easily drawing and animation. If you still want to do it in GWT, then I recommend you to start learning java. Also you can use raphael4gwt http://code.google.com/p/raphael4gwt/, a GWT library that allows you to draw shapes and text and animate them easily in GWT, usin raphaeljs. a demo with examples available at http://cancerbero.vacau.com/gwt/raphael4gwtGallery/ On Mon, 19 Mar 2012 15:27:14 -0700 (PDT) "[email protected]" <[email protected]> wrote: > Greetings ... > > I'm interested in creating simple but engaging word/sentence/paragraph > games for a communications/English course I'm developing for online > delivery. Someone pointed me in the direction of GWT. I have zero > programming experience (other than radio programming). I'm thinking > GWT Developer may be for me, but can't get beyond the gobbledy-gook > (e.g. Eclipse, GUI, etc.). I'd like to see some examples of > applications that have been created in GWT Developer. Can someone > point me to a few? Is there a developers' library out there, that > illustrates what's been created? > > A few concepts of what I'd like to create: Mix & match sentences; drag- > drop words into proper sequence; tossing word "balls" into basketball > hoops (or shooting word "pucks" into nets). > > The more I see in the way of simple animations, the better. > > Thanks! > > Dave > Cambridge Bay > Nunavut > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > -- Sebastian Gurin <[email protected]> -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
