mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:27:43 +00:00
Snake: Flesh out a basic snake game :^)
This commit is contained in:
parent
eca9494adf
commit
e24e486714
6 changed files with 196 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue