Skip to content

mdeyneka/tk2048

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

For run use command:
python /path/to/tk2048.py

If need run unit test, please change lines from:

if __name__ == '__main__':
#   unittest.main()  
    root.mainloop()

to

if __name__ == '__main__':
    unittest.main()  
#   root.mainloop()

About

Game 2048 with using python and tkinter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages