Skip to content

Releases: FLAK-ZOSO/Tris

v3.2.1

02 Dec 21:30
8f0257d

Choose a tag to compare

Little patch for retrocompatibility with older Python versions... thanks to @BeautifulSara3137 for pointing out weird operators I used to put in my code back in the days.

Full Changelog: v3.2.0...v3.2.1

v3.2.0

02 Dec 17:42

Choose a tag to compare

Full Changelog: v3.0.1...v3.2.0

v3.0.1

24 Dec 09:38
df2c474

Choose a tag to compare

Full Changelog: v3.0.0...v3.0.1

v3.0.0

24 Dec 07:56
7c46c32

Choose a tag to compare

main branch updated with the latest version of the files.

Full Changelog: v2.3.0...v3.0.0

v2.3.1

07 Dec 15:39
098a492

Choose a tag to compare

Errors fixed

  • Moves' __slots__ attribute was missing two instance attribute and raising an exception.

Z Changelog

v2.3.0...v2.3.1

v2.3.0

07 Dec 15:35
098a492

Choose a tag to compare

Changes

  • Added __slots__ attribute to each class, in order to make the code more efficient.
  • Some methods are now private because they aren't used outside the class.
  • table function is now a Box's class method named print.

Future changes

  • Make the program able to start first.

The Readme.md file contains the full list of future changes.

Y Changelog

v2.0.0...v2.3.0

Full Changelog

v1.3.7...v2.3.0

v2.2.2

15 Nov 18:48
655dbbd

Choose a tag to compare

Changes

  • Function table is now a void function, simply printing the table when called.
  • The printed table is now simpler, it only contains the values, like this:
1 2 3
4 5 6
7 8 9

Future changes

About function table:

  • Make the rows and the lines of the table to be aligned even if the value of the first case is 1 (the chr('1') is less wide than 'X' or 'O')

The others future changes will be soon listed into the Readme.md file.

Z Changelog

v2.2.0...v2.2.2

Y Changelog

v2.0.0...v2.2.2

Full Changelog

v1.3.7...v2.2.2

v2.2.1

13 Nov 13:00
11ffe6b

Choose a tag to compare

Changes

  • Corrected wrong try-except handling for set.remove() method at line 169. The correct Exception was KeyError instead of ValueError.

Z Changelog

v2.2.0...v2.2.1

Y Changelog

v2.0.0...v2.2.1

Full Changelog

v1.3.7...v2.2.1

v2.2.0

12 Nov 21:47
11ffe6b

Choose a tag to compare

Changes

Partial Changelog

v2.1.0...v2.2.0

Full Changelog

v1.3.7...v2.2.0

v2.1.0

12 Nov 18:47
e8810eb

Choose a tag to compare

Changes

  • Solved problem with draft check, now the game() function isn't stopped at the 8th move, but only after every case is occupied.
  • Draft check is now done by Moves instance functions
  • Added Moves.isFinished() function
  • Added Moves.finishIf() function

Partial Changelog

v2.0.0...v2.1.0

Full Changelog

v1.3.7...v2.1.0