Step6: add python and snake.

Now we have a programming environment and
we have a small game for amusement :).

Signed-off-by: Chen Wang <wangchen20@iscas.ac.cn>
This commit is contained in:
Chen Wang
2025-12-05 16:24:46 +08:00
committed by Chen Wang
parent 083402650e
commit 28320bba62
22 changed files with 1128 additions and 2 deletions

View File

@@ -12,5 +12,6 @@ make sysvinit || exit 1
make coreutils || exit 1
make bash || exit 1
make vim || exit 1
make python3 || exit 1
make before-target-image || exit 1
make rebuild-target-image || exit 1