Closed vre2h closed 3 years ago
https://github.com/fe-bootcamp-2021/game-hub/blob/ed509d49d2186dbfb789b3e74ceac871045ece92/src/originalGames/2048_game/2048.js#L26
Please use constants instead of open numbers. Rows, Cols would be better
Rows
Cols
done, thanks
https://github.com/fe-bootcamp-2021/game-hub/blob/ed509d49d2186dbfb789b3e74ceac871045ece92/src/originalGames/2048_game/2048.js#L26
Please use constants instead of open numbers.
Rows
,Cols
would be better