I was ask to implementing a 2048 game in javascript and focusing on function logic, not html or css.
The focus was on 1. how to initialize the board, 2. how to implement move function 3. how to test move function.
I was ask to implementing a 2048 game in javascript and focusing on function logic, not html or css.
The focus was on 1. how to initialize the board, 2. how to implement move function 3. how to test move function.