100 Days of Comics Day 39
I think Bob is exercism‘s quintessential exercise. That was the one that I did today. Making sure that yelling mode included letters tripped me up for a bit but I got it.
I went over time allocated, but I translated the bulk of the remaining code and can largely play 2048 now with the up, down, left, right cursor keys. I think I am going to have to rewrite the hard parts because I want to animate the tiles moving around, and combining. I also want to add game states (title, play, pause, win, game over), add a new game button, show the score, and add swipe controls with the mouse. After that I want to try compiling it to windows, and web (emscripten). Sound effects would also be good.
I think the original was adding too many tiles after a move. It was adding two, but one feels better to me. Looks like it should be two at new game and one after each move. That sounds right.
