Releases: cristiancristea00/tic-tac-toe
Releases · cristiancristea00/tic-tac-toe
Version 1.2.0
- Changed Release optimization build option
O2
toOs
to further reduce code size
Version 1.1.1
- Refactored the project structure
- Removed all the extra warnings for the Release build
- Added a Readme
Version 1.1.0
- Added the option to change the scoreboard brightness
- Changed the optimisation level from
Ofast
toO2
because it increased the binary size significantly with no significant speedup benefit
Version 1.0.0
- Initial release