created on 16 Jul 2008, by Syndication, read more…
Dwemthy's Array is an uber-geeky text based adventure game with a specific coding challenge built in, and is particularly suited to implementation with a dynamic language such as Ruby. What caught my attention recently, was Adrian Kuhn's implementation in Java. Despite my love-hate (or like-hate) relationship with Java, I'm always up for a coding challenge. I've taken Adrian's Java implementation and made it "MOAR META!" by using annotations and dynamic proxies.