drocta / CGT

Combinatorial Game Theory stuff.
2 stars 1 forks source link

Add function to create games of binary fractions #1

Open drocta opened 9 years ago

drocta commented 9 years ago

Create a function to create a game of a binary fraction. (e.g. 9/64 or 23/128 , where the denominator is a power of two). This function should take one argument for the base 2 log of the denominator. It may take an additional optional argument for the numerator.

drocta commented 9 years ago

The function for this seems to work now, but its not added to ga or fully tested/proven yet.