Compare commits
No commits in common. "16dcf02d07ae69c7bd209af1af9223dbcdc460df" and "28f5a0830a7e9cebfb62fe9c26dcc0f8aa6a6fbe" have entirely different histories.
16dcf02d07
...
28f5a0830a
6
Makefile
6
Makefile
@ -49,11 +49,7 @@ run-with-pulseaudio: image.bin
|
|||||||
-machine pcspk-audiodev=SAUND
|
-machine pcspk-audiodev=SAUND
|
||||||
|
|
||||||
run: image.bin
|
run: image.bin
|
||||||
qemu-system-i386 \
|
qemu-system-i386 -drive format=raw,file=$< -serial mon:stdio -qmp unix:qemu-monitor-socket,server,nowait
|
||||||
-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
|
||||||
|
|||||||
@ -1,17 +0,0 @@
|
|||||||
Сделано Андреевым Григорием 243
|
|
||||||
|
|
||||||
Запустить змейку можно просто пустой командой. Или ``` run snake ```
|
|
||||||
В змейке shift - замедляет игру
|
|
||||||
space - ускоряет игру
|
|
||||||
esc - ставит на паузу или идёт на предыдущее меню
|
|
||||||
Передвигаться можно стрелочками и WASD
|
|
||||||
Нажимая лево/право ты выбираешь настройки игры.
|
|
||||||
enter делает то, что ты думаешь
|
|
||||||
Для запуска виртуальной машины пишем
|
|
||||||
``` make run ```
|
|
||||||
или
|
|
||||||
``` make run-with-pulseausio ```
|
|
||||||
если нужны звуки.
|
|
||||||
|
|
||||||
Весь код змейки лежит в папке `./snake/`
|
|
||||||
|
|
||||||
@ -24,6 +24,3 @@ then connect using remote gdb option to localhost:1234 (symbols file is kernel.b
|
|||||||
* https://github.com/FRosner/FrOS
|
* https://github.com/FRosner/FrOS
|
||||||
* https://github.com/dhavalhirdhav/LearnOS
|
* https://github.com/dhavalhirdhav/LearnOS
|
||||||
* https://wiki.osdev.org
|
* https://wiki.osdev.org
|
||||||
|
|
||||||
# Змейка
|
|
||||||
Про игру читать `PLEASE READ.md`
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user