Just wrote my README.md, nothing searious, no code was written after deadline
This commit is contained in:
parent
28f5a0830a
commit
917ee84d71
6
Makefile
6
Makefile
@ -49,7 +49,11 @@ run-with-pulseaudio: image.bin
|
|||||||
-machine pcspk-audiodev=SAUND
|
-machine pcspk-audiodev=SAUND
|
||||||
|
|
||||||
run: image.bin
|
run: image.bin
|
||||||
qemu-system-i386 -drive format=raw,file=$< -serial mon:stdio -qmp unix:qemu-monitor-socket,server,nowait
|
qemu-system-i386 \
|
||||||
|
-drive format=raw,file=$< \
|
||||||
|
-serial mon:stdio \
|
||||||
|
-qmp unix:qemu-monitor-socket,server,nowait \
|
||||||
|
-display gtk,full-screen=on,zoom-to-fit=on,show-menubar=off
|
||||||
|
|
||||||
run-nox: image.bin
|
run-nox: image.bin
|
||||||
qemu-system-i386 -nographic -drive format=raw,file=$< -serial mon:stdio -qmp unix:qemu-monitor-socket,server,nowait
|
qemu-system-i386 -nographic -drive format=raw,file=$< -serial mon:stdio -qmp unix:qemu-monitor-socket,server,nowait
|
||||||
|
|||||||
15
PLEASE READ.md
Normal file
15
PLEASE READ.md
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
Запустить змейку можно просто пустой командой. Или ``` run snake ```
|
||||||
|
В змейке shift - замедляет игру
|
||||||
|
space - ускоряет игру
|
||||||
|
esc - ставит на паузу или идёт на предыдущее меню
|
||||||
|
Передвигаться можно стрелочками и WASD
|
||||||
|
Нажимая лево/право ты выбираешь настройки игры.
|
||||||
|
enter делает то, что ты думаешь
|
||||||
|
Для запуска виртуальной машины пишем
|
||||||
|
``` make run ```
|
||||||
|
или
|
||||||
|
``` make run-with-pulseausio ```
|
||||||
|
если нужны звуки.
|
||||||
|
|
||||||
|
Весь код змейки лежит в папке `./snake/`
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user