Posts in 2022
-
2048 Design
Thursday, May 19, 2022 in Game of 2048
The first step is to make a playable game of 2048. This makes sure we have correctly implemented all of the internal logic. Representation I suggest you use a list of 16 numbers: [0]*16 to start out. So that everyone in the class talks about the same …