Do you miss something on BrainKing.com and would you like to see it here? Post your request into this board! If there is a more specific board for the request, (i.e. game rule changes etc) then it should be posted and discussed on that specific board.
select avg(a.rating) as total_bkr, count(a.rating) as game_count, b.user_name from game_stats as a, player as b where a.id = b.id and a.game_counted >= 25 group by a.id having count(a.rating) >= 11 order by total_bkr desc
(hide) Play a game in real time with an online opponent! For this to be possible, you and your opponent have to select the action "Move and stay here" as default and then reload the page with the F5 key! (TeamBundy) (show all tips)