commit | b158b8f75c6b153ed11d0eb82cb336df28b142a4 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Feb 07 14:33:53 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Thu Apr 06 19:10:08 2023 -0400 |
tree | 193a646521cf659f333c5e1c11745116259b0477 | |
parent | f439a1ee4e5f5b1a2e83b600964818f93599e934 [diff] [blame] |
cmd: Add 2048 game Add the 2048 game, a good demo of ANSI sequences and a way to waste a little time. Bring it it from Barebox, modified for code style. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 3a1f14c..ca95b2c 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig
@@ -340,3 +340,4 @@ CONFIG_UNIT_TEST=y CONFIG_UT_TIME=y CONFIG_UT_DM=y +CONFIG_CMD_2048=y