index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Games
/
2048
/
Game.cpp
Age
Commit message (
Expand
)
Author
2023-04-09
Everywhere: Remove unused DeprecatedString includes
Ben Wiederhake
2023-02-08
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
MacDue
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2021-10-05
2048: Let user decide if he wants to continue the game
Mohsan Ali
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