added sodoku to ui
This commit is contained in:
@@ -56,8 +56,11 @@ def run():
|
||||
mine = Mine(overlay)
|
||||
mine.execute_main_loop()
|
||||
elif overlay.rb_int.get() == 7:
|
||||
fruit = Sodoku(overlay)
|
||||
fruit = Fruit(overlay)
|
||||
fruit.execute_main_loop()
|
||||
elif overlay.rb_int.get() == 8:
|
||||
sodo = Sodoku(overlay)
|
||||
sodo.execute_main_loop()
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
Reference in New Issue
Block a user