Releases: RondoRevolution/tic-tac-toe-python
Releases · RondoRevolution/tic-tac-toe-python
Local Variables Galore
Changelog:
- No more global variables, now every variable needed is local on the game_logic() function
- The code is smaller, v1.0 had 496 lines of code, v2.0 have 313
- The code is also cleaner with less repeating code
Update:
(14/06/2020) - Little update to the license file, to have my full name and tag name.
Notes:
Version 2.0 is definitely the last release, as I think the code is now good and clean enough.
For the end user this changelog means basically nothing, but this served as a cool experiment on using GitHub, making a changelog and publishing this little game I made for learning purposes. Please enjoy!
Global Variables Fiesta
First release of the game, probably even the only one. In this version the code revolves a lot around changing global variables values from inside functions, but the game is fully functional, maybe in the future I'll make it cleaner and better.