Multiples of 2 - seanpm2001/4096 GitHub Wiki


Multiples of 2

Go back

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. 1 (not a multiple of 2)
  2. 2
  3. 4
  4. 8
  5. 16
  6. 32
  7. 64
  8. 128
  9. 256
  10. 512
  11. 1024
  12. 2048
  13. 4096
  14. 8192
  15. 16384
  16. 32768
  17. 65536
  18. 131072
  19. 262144
  20. 524288
  21. 1048576
  22. 2097152
  23. 4194304
  24. 8388608

Wiki article version: 1 (Thursday, June 18th 2020 at 8:57 pm)