Skip to content

Super minimal no-frills code to calculate and display a minimal Elo Ladder for two player zero-sum games such as chess, billiards, etc. Previously used for continuous local billiards ladder.

Notifications You must be signed in to change notification settings

jknoll/elo-ladder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Example usage:

Justin-Knolls-MacBook-Pro:elo_ratings jknoll$ python
Python 2.6.1 (r261:67515, Aug  2 2010, 20:10:18) 
[GCC 4.2.1 (Apple Inc. build 5646)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from elo.calculate import *

To run tests:
Justin-Knolls-MacBook-Pro:elo_ratings jknoll$ nosetests

About

Super minimal no-frills code to calculate and display a minimal Elo Ladder for two player zero-sum games such as chess, billiards, etc. Previously used for continuous local billiards ladder.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages