Snake: Flesh out a basic snake game :^)

This commit is contained in:
Andreas Kling 2019-04-20 03:24:50 +02:00
commit e24e486714
Notes: sideshowbarker 2024-07-19 14:39:06 +09:00
6 changed files with 196 additions and 9 deletions

View file

@ -44,6 +44,8 @@ $make_cmd -C ../Applications/VisualBuilder clean && \
$make_cmd -C ../Applications/VisualBuilder && \
$make_cmd -C ../Games/Minesweeper clean && \
$make_cmd -C ../Games/Minesweeper && \
$make_cmd -C ../Games/Snake clean && \
$make_cmd -C ../Games/Snake && \
$make_cmd clean &&\
$make_cmd && \
sudo ./sync.sh