You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
abhijeeth edited this page Apr 29, 2012
·
2 revisions
This is just simple implementation of the mark zuckerberg 'facemash' in python language, where player's are simulated to play based on the computer generated random activity.Each player has got four entity [won,lost,score,played]. The game play starts with one-player against another who ever wins/loose, there corresponding entity get updated based on expectedChance(Elo Rating system ) and k-factor.