In this game you need to try to reverse a list of numbers. You do this by splitting and joining the numbers subject to some constraints:

  • You can't create a number larger than the largest number in the initial list
  • You can't have the same number in the list more than once at any given time (but you can use the same number multiple times)
  • You can move numbers around by splitting and merging.

    Enjoy!

    Inspired by this post from Alexandre Muñiz https://mathstodon.xyz/@two_star/112242224494626411