Groovy Dice is an open source dice rolling engine written entirely in Groovy that provides a simple way to specify and evaluate complex dice rolling expressions.
Be the first to post a text review of Groovy Dice. Rate and review a project by clicking thumbs up or thumbs down in the right column.
Groovy Dice - Changelog *********************** groovydice v1.4 - Mon Apr 7, 2008 --------------------------------- + Site updates. + Code cleanup. + Simplification of few extensibility things. + A dice rolling command can now be compared directly with numbers. + POM cleanup. groovydice v1.3 - Wed Feb 6, 2008 --------------------------------- + Website fixes. + Test coverage report added to the website. + Improvements on test coverage. + Extension points added to allow the user easily change the default API. + Modifier methods were renamed to improve readability. + Default API was removed from the core code and is now available as plug-ins. groovydice v1.2.1 - Sun Jan 13, 2008 ------------------------------------ + Website fixes. + Modifier methods were renamed to improve readability. groovydice v1.2 - Sun Jan 13, 2008 ---------------------------------- + Huge refactoring on NumberPatcher class. + We can now pass a dice roll as an argument to a 'dynamic dice'. + Lots of methods were renamed to improve the readability of the API. + Useless method for_each_die() was removed. + Useless method count_where() was removed. groovydice v1.1 - Wed Jan 9, 2008 --------------------------------- + Some internal API methods were renamed. + DiceRollingSpec.getAverage() renamed to DiceRollingSpec.getMean(). + Added the method DiceRollingSpec.getMedian(). + Added the method DiceRollingSpec.getMode(). groovydice v1.0 - Sat January 5, 2008 ------------------------------------- + initial release. --EOF
A nice work has been done in this release, which focus on extensibility. Groovy Dice now exposes some extension points to allow the users extend and even change the built-in API. If you are curious about the Groovy language and want to see some action, I recommend you to download it now! Download: https://sourceforge.net/project/showfiles.php?group_id=213311 Release notes and changelog: https://sourceforge.net/project/shownotes.php?group_id=213311&release_id=574463 Project website: http://groovydice.sourceforge.net/
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?