log cell clicked

This commit is contained in:
evanpelle
2024-10-03 06:41:18 -07:00
parent 5d1e1073ee
commit b35e78f2f8
3 changed files with 5 additions and 6 deletions
-3
View File
@@ -127,9 +127,6 @@ export class GameImpl implements MutableGame {
if (this._ticks % 100 == 0) {
let hash = 1;
this._players.forEach(p => {
if (p.type() == PlayerType.Human) {
console.log(`${p.toString()}`)
}
hash += p.hash()
})
console.log(`tick ${this._ticks}: hash ${hash}`)