This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let tiles = [] | |
document.querySelector("game-app").$board.querySelectorAll("game-row").forEach(row => { | |
let rowTiles = []; | |
row.$tiles.forEach(tile => rowTiles.push(tile._state)); | |
tiles.push(rowTiles) | |
}) | |
for (let row of tiles) { | |
let rowString = "" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am goodfoo on github. | |
* I am goodfoo (https://keybase.io/goodfoo) on keybase. | |
* I have a public key whose fingerprint is 0936 F136 5F33 6FD9 9A79 5382 A46A 5088 0743 5EC3 | |
To claim this, I am signing this object: |