Skip to content

Commit c4048a5

Browse files
committed
add documentation with video examples (running on CRT)
1 parent 3a867b6 commit c4048a5

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

README.adoc

+18
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,24 @@ For more information see:
1212
- https://en.wikipedia.org/wiki/CHIP-8
1313
- https://tobiasvl.github.io/blog/write-a-chip-8-emulator/
1414
15+
== Examples
16+
17+
Here are some examples of running games...
18+
19+
(It's not exciting game play but a rather short clip to show off the fantastic graphic abilities of a CHIP-8 virtual machine.)
20+
21+
=== Pong
22+
23+
https://vimeo.com/765107952[Pong video on Vimeo]
24+
25+
image::documentation/images/pong_on_crt.png[Pong on CHIP-8 with CRT lookalike UI]
26+
27+
=== Brix
28+
29+
https://vimeo.com/765107974[Brix video on Vimeo]
30+
31+
image::documentation/images/brix_on_crt.png[Brix on CHIP-8 with CRT lookalike UI]
32+
1533
== Disassembler
1634

1735
I made a disassembler to be able to find out what other programs were doing, just parsing the instructions of the ROM-files and printing actions in a more natural language.

documentation/images/brix_on_crt.png

2.16 MB
Loading

documentation/images/pong_on_crt.png

2.08 MB
Loading

0 commit comments

Comments
 (0)