ocamllabs / 2048-tutorial

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

Typo in one of the shift_left_helper cases #29

Closed curiousleo closed 10 years ago

curiousleo commented 10 years ago

I think the fourth case is when the first square is occupied but the second isn't.

yallop commented 10 years ago

Indeed! Thanks.