To embed this script in your site, just drop the content below where you want to embed it.
class Game { void look() { println "You look around and see nothing" } } def game = new Game() String playerInput = "look()" new GroovyShell().evaluate("game.${playerInput}")