2048

2048 game on 1d list – why it works for some tests and not others?

2048 game on 1d list – why it works for some tests and not others? Question: Trying to implement the 2048 game in python, starting with a function that merges a 1d list . My code works for all but one test see below. I believe this is due to the code not processing consecutive …

Total answers: 2

failed to resolve some method of tkinter

failed to resolve some method of tkinter Question: I am creating 2048 game on python with tkinter but I have a issue I don’t know what is wrong in left, right, up and down methods created in PageOne class. In another class (StartPage), bind function calls these methods but this don’t work So I don’t …

Total answers: 1