ocamllabs / 2048-tutorial

OCaml tutorial based on the 2048 game
49 stars 12 forks source link

Note (in the implementation) that "shift" represents the number of squares moved #33

Open yallop opened 10 years ago

yallop commented 10 years ago

We might also note that the interpretation of shift depends on the direction of the last move.

yomimono commented 9 years ago

40 is a bit more specific on this, although it could probably use more explication.