Game: 2048
Closed this issue · 1 comments
Ootzk commented
I already implemented 2048 game logic @ https://www.acmicpc.net/problem/12100
But we need to...
- random generation of blocks(2 or 4) at blank cell
- moving animation (Is it possible in Console?)
- scoring logic by number of movements
- pretty display (such as color)
- gameover & clear event
Ootzk commented
I split this tasks into several issue, so close with this comment...