The following Python script uses the tkinter library to create a graphical user interface for the game 2048. The script defines a class called Game that extends the tk.Frame class and includes methods ...
Jogo 2048 criado pra rodar no terminal do python, o jogo foi criado com o intuito de ser usado para fins didático no ensino de lógica de programação e linguagem python.