Skip to content

Commit 939e98a

Browse files
committed
Updated README
1 parent 31e19ce commit 939e98a

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

examples/256_color_vga/README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
1-
### Snake game
1+
### 256 color VGA demo
22

3-
Using VGA text-mode in qemu (or possibly VirtualBox) we can play snake!
3+
An example of enabling and using 256-color pixel graphics to draw a mandelbrot set.
44

5+
To run with Qemu:
56
```
67
make
78
./run.sh
89
```
910

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

Comments
 (0)