Lenny Maiorani
27c30ca063
Games: Use default constructors/destructors
...
https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#cother-other-default-operation-rules
"The compiler is more likely to get the default semantics right and
you cannot implement these functions better than the compiler."
2022-02-16 22:08:55 +00:00
Dmitrii Ubskii
242742b6c2
2048: Animate sliding tiles
2021-06-11 22:45:14 +02:00
Dmitrii Ubskii
9ce5ce3560
2048: Add pop-in animation for newly added tiles
2021-06-11 22:45:14 +02:00
Dmitrii Ubskii
ec8fe6952f
2048: East const all the things
2021-06-11 22:45:14 +02:00
Brian Gianforcaro
1682f0b760
Everything: Move to SPDX license identifiers in all files.
...
SPDX License Identifiers are a more compact / standardized
way of representing file license information.
See: https://spdx.dev/resources/use/#identifiers
This was done with the `ambr` search and replace tool.
ambr --no-parent-ignore --key-from-file --rep-from-file key.txt rep.txt *
2021-04-22 11:22:27 +02:00
Andreas Kling
3bb36dbd3f
2048: Give the board view a nice GUI::Frame look :^)
2021-04-05 11:42:54 +02:00
Andreas Kling
aa939c4b4b
Games: Move to Userland/Games/
2021-01-12 12:04:23 +01:00