Multiples of 2 - seanpm2001/4096 GitHub Wiki
Multiples of 2
4096 is very similar to 2048, which also uses multiples of 2s for gameplay. Multiples of 2 are used for every block in the game. Here is a list of multiples of 2 (up to 23)
- 1 (not a multiple of 2)
- 2
- 4
- 8
- 16
- 32
- 64
- 128
- 256
- 512
- 1024
- 2048
- 4096
- 8192
- 16384
- 32768
- 65536
- 131072
- 262144
- 524288
- 1048576
- 2097152
- 4194304
- 8388608
Wiki article version: 1 (Thursday, June 18th 2020 at 8:57 pm)