Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 643 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 643 Bytes

Python_Tkinter_Scripts

Scripts (one .py file per script) that use Tkinter with Python

The tictactoe_revised.py file is a new (way better) version of the original tictactoe.py file. I created tictactoe.py in my first year of college, when I first learned how to code, first learned Python, and learned about Tkinter. That's why it is a bad example of programming, but I still like to have it because it is the first game I ever programmed.

I created snake.py in early 2015 when trying to refresh my Python knowledge. I did not follow PEP8 specifications perfectly in this file, but I did revise slightly. It could be more modular, as well.