Progress: Inventory


Spent the weekend trying to free up some space on the canvas. I have reduced the size of the survivor inventory items. This is primarily so that I have space for an improve torch controller widget and eventually a “car” controller. I also placed the mission and weapon crate indicator as button widgets next to…
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….
Write game as console based version to explore using python as a language. Use a simple grid to move around. Keyboard controls.
I been busy with programming. Three main projects parts. 1. Improve Zombie movement sequenes. During the zombie phase the movements of the zombies is animated. Animation of the zombies moving is done so that all the zombies on a tile move together (as a small hoard) followed by a short pause . The tiles are…
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…