Reddit Love

A couple of days ago I posted my Sushi Go! app on the /r/boardgames subreddit and got a lot of positive feedback. So I'd like to thank everyone that had a look and used my app over there. 

I also got some really useful constructive criticism. Few of the redditors found a bug with the part of the app that reveals the winner at the end of the game.

For those that are interested, I thought that I had just made a mistake in my method that finds who has the highest score at the end of the game. But, after debugging the app, the code was using the comparator that I wrote to find the player with the maximum number of puddings to find the player with the highest score. So I wrote up a new comparator to compare the scores between the players and that fixed the bug.