Skip to content

Releases: Panquesito7/memory_game

v0.2.0: Restructure and major improvements

18 Oct 16:54
f8f7a38
Compare
Choose a tag to compare

Changelog

  • Add missing Visual Studio project files.
    • These are required to compile the program.
  • Separate the code in MyForm.h into multiple C++ files for better organizing.
  • Improve, shorten, optimize, and clean up the code.
    • Previously, there were tons of variables instead of arrays.
  • Add proper instructions for how to compile.
  • Binaries are automatically added on every release.
  • The project is compiled directly on GitHub Actions, which makes sure the program works as expected.

v0.1.0: Initial release

18 Oct 15:58
Compare
Choose a tag to compare

Changelog

  • The initial release was created. 🎉