portnov/hcheckers

Storage optimization

portnov opened this issue · 1 comments

As one of ideas, we can enhance encoding of the board. Put all fields in fixed order, and for each field write:

  • 0 for empty field (1 bit)
  • 100 for 1st man (3 bit)
  • 101 for 1st king (3 bit)
  • 110 for 2nd man
  • 111 for 2nd king

Since storage currently is not working at all (#27), closing this.