henrylin03 / battleship

Battleship game in your browser, written in JavaScript
http://henrylin.io/battleship/
MIT License
0 stars 0 forks source link

bug: ensure play grids are perfect squares #1

Closed henrylin03 closed 2 months ago

henrylin03 commented 2 months ago

might need to use css grid instead of flexbox

henrylin03 commented 2 months ago

fixed - this was because i accidentally generated 11 squares instead of 10