Skip to content

Menu

Dynamic Languages Shootout / OOP 2008

February 01, 2008

The german magazine JavaSpektrum organized the "Dynamic Languages Shootout" contest for the OOP 2008 conference. The challenge was to create a computer game similiar to Scrabble in a dynamically typed programming language.

I used Groovy and Grails and came 6th place.

Screenshots

The following screenshots show the command line interface, the GUI and the grails web frontend. The program comes with dictionaries and user interfaces for english and german.

Documentation

The documentation is available in german only. Sorry, but i did not had the time to translate it into english and it was a requirement of the contest to have german documentation.

Downloads

The source code is available on GitHub.

Read next

Ambient Occlusion example
Jul 08, 2015 software-engineering

Ray tracing with Groovy and Java

While I was reading the excellent book by Kevin Suffern "Ray tracing from the ground up", I implemented a ray tracer in Java and wrote a DSL in Groovy, to...

#groovy #java #model-driven #jvm #graphics
Read more