Releases: Panquesito7/memory_game
Releases · Panquesito7/memory_game
v0.2.0: Restructure and major improvements
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
Changelog
- The initial release was created. 🎉