Ville Saalo

Results 5 issues of Ville Saalo

The repository is missing the `build.gradle` file that introduces all the dependencies. As such, when you clone this project, you cannot compile it. :cry:

I propose that `GameLoader` and the other relevant classes are changed to read PGN tag "Variant" instead of the current "Variation". [Wikipedia has this to say about the subject](https://en.wikipedia.org/wiki/Portable_Game_Notation): >...

In the Java version, please add proper toString methods to some key classes (such as GameAchievement, SteamGame and GameStats) in order to facilitate testing and prototyping.

Enhancement

Hi! None of the links in README.mdown are working. It's all "Server Not Found". The links are: [Bundle Styleguide](http://kb.textmate.org/bundle_styleguide) [Commit Styleguide](http://kb.textmate.org/commit_styleguide) [Writing Bug Reports](http://kb.textmate.org/writing_bug_reports)

The `FieldMatcher`, which is supposed to work like `hasField(String fieldName, Matcher valueMatcher)` when comparing field values, is unable to do the comparing if the field is private: it internally gets...