We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31e19ce commit 939e98aCopy full SHA for 939e98a
1 file changed
examples/256_color_vga/README.md
@@ -1,10 +1,16 @@
1
-### Snake game
+### 256 color VGA demo
2
3
-Using VGA text-mode in qemu (or possibly VirtualBox) we can play snake!
+An example of enabling and using 256-color pixel graphics to draw a mandelbrot set.
4
5
+To run with Qemu:
6
```
7
make
8
./run.sh
9
10
-Use arrow keys to change the snakes direction. Press spacebar to restart the game.
11
+Run with VirtualBox:
12
+```
13
+make
14
+../../etc/vboxrun.sh 256_Color_VGA.img
15
16
+
0 commit comments