fe-bootcamp-2021 / game-hub

game-hub-black.vercel.app
0 stars 1 forks source link

Open strings in GamBam #24

Closed vre2h closed 3 years ago

vre2h commented 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

ShavarshP commented 3 years ago

done, thanks