tic_tac_toe

Tic Tac Toe game built in Windows Forms and C++/CLR.

OTHER License

Stars
15
Committers
1

Bot releases are hidden (Show)

tic_tac_toe - v0.2.0: Major improvements Latest Release

Published by Panquesito7 12 months ago

Changelog

  • Added an icon to the program (licensed under CC BY-SA 4.0).
  • Rewrite the README.md file with proper compilation instructions and system requirements.
  • Added missing VS Studio project files that prevented proper project building.
  • Restructured the whole code files, shortened and documented the code, and split them into multiple files such as menu.cpp.
  • The game's menu was updated: you can now choose the mode (multiplayer or A.I., A.I. coming soon) and who's going to start (X or O).
  • Fixed a bug where a message box would show up twice.
  • The project is directly compiled with GitHub Actions, which ensures the program runs and works as expected even on pull requests.
  • On every new release, the binaries are automatically added to the release, which gives trust to the users that the binaries are not malicious.

An A.I. mode will be coming very soon!

tic_tac_toe - v0.1.0: Initial release

Published by Panquesito7 12 months ago

Changelog

  • The initial release was created. 🎉