Python Forum
Game of life using IDLE
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Game of life using IDLE
#1
Hello, im creating the famous game of life, but without using pygame, numpy and all other programs, just the basic IDLE. My plan is to create a window consisting of 6 buttons (START CLEAR RANDOMIZE LOAD SAVE QUIT) where for each button python performs different tasks. 
Im almost there ( i think) but i just cant seem to go any further, no matter which way i try to program. Please help eather with the program itself or tips or anything is greatly appreciated!! :) 




Error:
The error I recieve: Traceback (most recent call last):   File "C:\Users\game.py", line 287, in <module>     window2()   File "C:\Users\game.py", line 226, in window2     if point1.getY > 0: TypeError: unorderable types: method() > int()
Reply


Messages In This Thread
Game of life using IDLE - by Informatics109 - Oct-29-2016, 12:25 PM
RE: Game of life using IDLE - by Ofnuts - Oct-29-2016, 12:34 PM
RE: Game of life using IDLE - by metulburr - Oct-29-2016, 12:35 PM
RE: Game of life using IDLE - by Informatics109 - Oct-29-2016, 12:52 PM
RE: Game of life using IDLE - by ichabod801 - Oct-29-2016, 01:39 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  While loop/half-life Miraclefruit 6 8,553 Mar-06-2017, 05:24 PM
Last Post: nilamo
  conway's game of life / Single Responsibility Principle hanscvanleeuwen 13 11,242 Dec-17-2016, 08:30 AM
Last Post: hanscvanleeuwen
  conway's game of life hanscvanleeuwen 17 18,006 Dec-09-2016, 04:05 PM
Last Post: hanscvanleeuwen

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020