Skip to content

v0.2.0: Major improvements

Latest
Compare
Choose a tag to compare
@Panquesito7 Panquesito7 released this 23 Oct 20:52
· 3 commits to main since this release
e4b0276

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!