memory_game

A Memory Game with buttons created with Windows Forms in C++.

MIT License

Stars
5
Committers
1

Bot releases are visible (Hide)

memory_game - v0.2.0: Restructure and major improvements Latest Release

Published by Panquesito7 about 1 year ago

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.
memory_game - v0.1.0: Initial release

Published by Panquesito7 about 1 year ago

Changelog

  • The initial release was created. 🎉