Simon Game

Reply

Join Date: Nov 2008
Posts: 25
Reputation: aodpreacher is an unknown quantity at this point 
Solved Threads: 0
aodpreacher aodpreacher is offline Offline
Light Poster

Simon Game

 
0
  #1
Nov 25th, 2008
I want to make a python game with just the basic python library and Tkinter.. is this possible ? and also where would i go to find the logic behind the Simon Game..the memory part so it makes the buttons click and remember each time?

also this is for a python beginners class final project..would making a Simon game be too much to make for a project that's due in 2 weeks? and have only learned most of the basic python and simple GUI in Tkinter

thanks
Reply With Quote Quick reply to this message  
Join Date: Apr 2008
Posts: 670
Reputation: Freaky_Chris is a jewel in the rough Freaky_Chris is a jewel in the rough Freaky_Chris is a jewel in the rough 
Solved Threads: 113
Freaky_Chris's Avatar
Freaky_Chris Freaky_Chris is offline Offline
Practically a Master Poster

Re: Simon Game

 
0
  #2
Nov 26th, 2008
The logic behind the memory is not too complex. At the start of the game Create a list containing all of the sequence. And then compare the button press with the value in the correct list position. for example the first button press should be equal to the value stored in yourlist[0]. and so on, if its a match then they are correct...and so on

Chris
Knowledge is power -- But experience is everything
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Python Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC