jermay / crypto-kitties

A Crypto Kitties clone. For fun... and maybe food for the Crypto Zombies tutorial! Mwuahahah!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

better DNA mixing

jermay opened this issue · comments

Use a random number to choose which parent each cattribute comes from

  • 1 bit for each cattribute
  • If 1 then Dad, if 0 then Mum
  • Use bit operations and math to extract each cattribute
  • Recombine back into a number