Game of Life #1
Got a simple window working with Tkinter in python with click detection. Pretty rudimentary, but baby steps, ammirite?
I built it to also keep track of all the pixel states using a 2d array called “states” (genius naming, ik right?) that way I can make the actual algorithm easy
Things to do next:
- Make actual game loop (start on spacebar?)
- Make it detect when I click and drag
- Make the window resizeable.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.