1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 01:07:36 +00:00

Snake: Flesh out a basic snake game :^)

This commit is contained in:
Andreas Kling 2019-04-20 03:24:50 +02:00
parent eca9494adf
commit e24e486714
6 changed files with 196 additions and 9 deletions

View file

@ -61,6 +61,8 @@ cp -v ../Applications/VisualBuilder/VisualBuilder mnt/bin/VisualBuilder
ln -s VisualBuilder mnt/bin/vb
cp -v ../Games/Minesweeper/Minesweeper mnt/bin/Minesweeper
ln -s Minesweeper mnt/bin/ms
cp -v ../Games/Snake/Snake mnt/bin/Snake
ln -s Snake mnt/bin/sn
cp -v kernel.map mnt/
sh sync-local.sh
umount mnt || ( sleep 0.5 && sync && umount mnt )