Skip to content

Commit

Permalink
Clean up other documentation files
Browse files Browse the repository at this point in the history
  • Loading branch information
danirod committed Mar 3, 2016
1 parent 3d76c99 commit 1a45957
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 39 deletions.
4 changes: 0 additions & 4 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ chip8 is a CHIP-8 emulator developed in C using the SDL2 multimedia library.
It emulates a standard CHIP-8 machine and implements all the opcodes that
the specification provides.

This emulator was initially developed by Dani Rodríguez, danirod at GitHub.
It's developed as part of his live coding streaming series on YouTube where
a program is developed in a live streaming.

In the subdirectory 'examples' you may find a few public domain ROMs that
can be emulated using this emulator as well as any other emulator you can
find on the Internet.
Expand Down
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,20 @@ chip8 is a CHIP-8 emulator developed in C using the SDL2 multimedia library.
It emulates a standard CHIP-8 machine and implements all the opcodes that
the specification provides.

This emulator was initially developed by Dani Rodríguez, danirod at GitHub.
It's developed as part of his [live coding streaming series on YouTube](https://www.youtube.com/playlist?list=PLTd5ehIj0goNh89DWAjXKCYxJQO0ZMxaE) where
a program is developed in a live streaming.

## Screenshots

GNU/Linux:

![CHIP-8 Emulator on GNU/Linux](https://cloud.githubusercontent.com/assets/1568690/6553708/eba9d684-c653-11e4-867d-4f8406897809.png)
![CHIP-8 Emulator on GNU/Linux](doc/linux.png)

MacOS X:

![CHIP-8 Emulator on MacOS X](https://cloud.githubusercontent.com/assets/1568690/6557044/50d409b2-c672-11e4-9b28-f84546f00612.png)
![CHIP-8 Emulator on MacOS X](doc/mac.png)


Windows:

![CHIP-8 Emulator on Windows](https://cloud.githubusercontent.com/assets/1568690/6553101/5e538d44-c64d-11e4-9efd-cfef8e9a9a3b.png)
![CHIP-8 Emulator on Windows](doc/windows.png)

## Files

Expand Down
38 changes: 10 additions & 28 deletions THANKS
Original file line number Diff line number Diff line change
@@ -1,34 +1,16 @@
chip8 Thanks file

This emulator is develoepd and maintained by Dani Rodríguez and maybe other
authors described in AUTHORS file. However, many people have further
contributed to this project by reporting problems, suggesting improovements
or sending source code. Here is a list that I'm trying to keep up to date.
This emulator is developed and maintained by the authors described in
AUTHORS file. However, a few people have contributed with small patches
to the project or reported problems in the past. To get information
about contributors, please check out the Contributors page at the
GitHub repository:

* Hugo Martin <hugomartin89@gmail.com>
https://github.com/danirod/chip8/graphs/contributors

Aditionally, since this project was built as part of a streaming series on
my YouTube channel, I would like to thank to the audience that has been
following this project since its birth. Here is a list with those people
that have been following the project on YouTube. I try to keep this list
up to date, but there are already so many hours or recorded video that I
haven't completely reviewed all the comments so I may have skipped some
names. Drop me a line if you miss your YouTube alias here. Also, if instead
you don't want to see your YouTube alias here, drop me a line too and I'll
remove your name from this list. This list is sorted alphabetically.

* aitor killer.
* ArcRoaR.
* Iovictor29.
* J D Gambin.
* JoacoGamer100.
* Luis Perez.
* Marcos Sanchess
* Matías.
* nexus0709.
* Omega36R.
* Sergio CM.
* Skillath.
* zhexirox.

Thanks to all of you.
following this project since its birth. A few of the people that have been
hanging out in the YouTube chat during the Season 1: aitor killer, ArcRoaR,
Iovictor29, J D Gambin, JoacoGamer100, Luis Perez, Marcos Sanchess, Matías,
nexus0709, Omega36R, Sergio CM, Skillath, zhexirox. Thanks to all of you.
Binary file added doc/linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/mac.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/windows.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1a45957

Please sign in to comment.