Todo: July 2025
Make the tk.canva board image dark when it is nighttime.
Make the tk.canva board image dark when it is nighttime.
Sometime the zombies move incorrectly. This might be a error with grid parts overlapping that cause A* algorithm to find an unexpected route or the maybe a error in the zombie actions flow is allowing too many moves.Show the path for each Zombie a line until it is killed. This might help debug what is…
Most of my time has been looking at how to merge the doors. Merging the doors is not difficult. It involved looping over the doors, checking if they are both aligned in the same direction (both vertically or horizontally – and then deleting one of them). I can also delete any doors that overlap off…
I have been spending time working on how to merge the seams of adjacent tiles. Most of the tiles in the game are a 9 x 9 matrix and the corners in the game join to form a single area. I have a html file that allows me to draw a rectangle over each area….
I made a selector using tk.inter to allow 6 survivors to be selected for each game. The game still runs in the console, but it works. If you select survivors and then press “selected 6 random” it will add 4 other random survivors. You can select just one survivor and press play with just one…
Write game as console based version to explore using python as a language. Use a simple grid to move around. Keyboard controls.