Simon’s general plan for his 2048 project:


Link to the project in progress on GitHub: https://github.com/simon-tiger/2048
In this third part he shows how he changed the fonts, how that messed up the code, how he solved that problem and also how he created a function to move any tile anywhere else on the grid. Simon doesn’t yet have the function to move a tile to the right place – he’ll cover that in game mechanics in Part 4.
Link to Parts 1 and 2.