serenity/Userland/Games
Arda Cinar 1d687b0b31 MasterWord: Display the last word in a different color for short input
Previously, the word was highlighted red in case it was not found in the
dictionary. That color was repurposed as a general "invalid input" color
to nudge the player that something was wrong with the last input.
Accordingly, the field m_last_word_not_in_dictionary was renamed to
m_last_word_invalid
2022-12-11 22:10:37 +01:00
..
2048 AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
BrickGame Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
Chess Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
FlappyBug AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Flood AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
GameOfLife Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
Hearts Meta+Userland: Pass Gfx::IntPoint by value 2022-12-07 11:48:27 +01:00
MasterWord MasterWord: Display the last word in a different color for short input 2022-12-11 22:10:37 +01:00
Minesweeper AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Snake Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
Solitaire AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Spider AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
CMakeLists.txt Games: Add BrickGame 2022-11-05 16:35:13 -06:00