another little fix
This commit is contained in:
parent
83457db0ea
commit
0122ca2e4f
@ -242,6 +242,7 @@ class Grid(object):
|
|||||||
'y': ly,
|
'y': ly,
|
||||||
'revealed': self._grid[ly][lx].get_content()
|
'revealed': self._grid[ly][lx].get_content()
|
||||||
})
|
})
|
||||||
|
self._grid[ly][lx].reveal()
|
||||||
return grid_update + solution_updates
|
return grid_update + solution_updates
|
||||||
|
|
||||||
def user_input(self, x: int, y: int, letter: str) -> list:
|
def user_input(self, x: int, y: int, letter: str) -> list:
|
||||||
|
Loading…
Reference in New Issue
Block a user