adds 2048 clone game

styles table


reads touch events


allows moving tiles


allows merging tiles


improves tile movement


allows merging tiles


adds score display


implements color


edit comments


adjust game logic


disallows double merges
This commit is contained in:
Jed
2021-01-02 14:08:12 -06:00
parent b4fb8897ac
commit 12617ed1bf
6 changed files with 311 additions and 2 deletions

View File

@@ -61,7 +61,7 @@ std::unique_ptr<Screen> ApplicationList::CreateScreen2() {
{Symbols::paintbrush, Apps::Paint},
{Symbols::info, Apps::Notifications},
{Symbols::paddle, Apps::Paddle},
{Symbols::none, Apps::None}
{"2", Apps::Twos}
}
};