commit | a554ee7edee8e10b38c6899ad8556daf58ca3afe | [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 | f3bb055ecb3f3fde701d22f4d245ad6b4cba06e6 [diff] |
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>