avinashkranjan / Amazing-Python-Scripts

🚀 Curated collection of Amazing Python scripts from Basics to Advance with automation task scripts.
https://amazing-python-scripts.avinashranjan.com
MIT License
2.7k stars 1.05k forks source link

[GSSoC' 23'] "Enhancing the TicTacToe-GUI Game: Adding Result Storage and Code Comments for Improved Readability" #1575

Open HartzFrequency opened 1 year ago

HartzFrequency commented 1 year ago

Issue

The "TicTacToe-GUI\TicTacToe.py" game currently lacks a mechanism to store game results. To address this, it is necessary to incorporate a file system that can store information about the game outcome, such as which player wins. Additionally, the code would benefit from additional comments to enhance its understandability.

Solution

I am planning to implement file-handling code within the script, allowing it to store game results in a file named "result.txt". Furthermore, I intend to enhance the code's clarity by adding explanatory comments that provide a better understanding of its functionality.

avinashkranjan commented 1 year ago

Go Ahead @HartzFrequency