You are browsing as a guest. Sign up (or log in) to start making projects!

1h 14m 51s logged

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.
0
1

Comments 0

No comments yet. Be the first!