Age | Commit message (Expand) | Author |
---|---|---|
2021-06-12 | 2048: Fix move success detection | Dmitrii Ubskii |
2021-06-11 | 2048: Animate sliding tiles | Dmitrii Ubskii |
2021-06-11 | 2048: Encapsulate away Board's inner workings | Dmitrii Ubskii |
2021-06-11 | 2048: Abstract Board into its own struct | Dmitrii Ubskii |
2021-06-11 | 2048: East const all the things | Dmitrii Ubskii |
2021-05-18 | 2048: Minimize player score when selecting worst tile | Dmitrii Ubskii |
2021-05-18 | 2048: Evil AI logic: select new tile in the worst position | Dmitrii Ubskii |
2021-05-18 | 2048: Refactor tile sliding and score logic out of attempt_move() | Dmitrii Ubskii |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-01-12 | Games: Move to Userland/Games/ | Andreas Kling |