Beautifully designed but the order of base-2 numbers are opposite of the binary number system.
The game lays it out as 1, 2, 4, 8, 16, 32, 64, 128.... when it should be ordered 128, 64, 32, 16, 8, 4, 2, 1.
This may seem trivial but if you ever end up having to convert a decimal number to binary you would be training your brain to do this backwards. I'm a Computer Science teacher who would have loved to share with my students to build their binary conversion fluency but sadly cannot recommend this.