cmd: Add 2048 game
authorSimon Glass <sjg@chromium.org>
Tue, 7 Feb 2023 21:33:53 +0000 (14:33 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 6 Apr 2023 23:10:08 +0000 (19:10 -0400)
commita554ee7edee8e10b38c6899ad8556daf58ca3afe
tree193a646521cf659f333c5e1c11745116259b0477
parentf3bb055ecb3f3fde701d22f4d245ad6b4cba06e6
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>
cmd/2048.c [new file with mode: 0644]
cmd/Kconfig
cmd/Makefile
configs/sandbox_defconfig