chip8

CHIP-8 emulator
git clone git://git.margiolis.net/chip8.git
Log | Files | Refs | README | LICENSE

README.md (719B)


      1 # CHIP-8 Emulator
      2 
      3 CHIP-8 emulator using SDL2.
      4 
      5 ## Usage
      6 
      7 ```
      8 $ make
      9 # make install clean
     10 ```
     11 CHIP-8 will be installed at `/usr/local/bin`
     12 
     13 ## Screenshots
     14 
     15 <table>
     16     <tr>
     17     <td><img src="https://user-images.githubusercontent.com/54286563/91669143-75219180-eb1b-11ea-8b81-9dea80b61fe7.png"/></td>
     18     <td><img src="https://user-images.githubusercontent.com/54286563/91669145-75ba2800-eb1b-11ea-9378-81ca0e412e8f.png"/></td>
     19     </tr>
     20     <tr>
     21     <td><img src="https://user-images.githubusercontent.com/54286563/91669146-75ba2800-eb1b-11ea-9945-a0584713d896.png"/></td>
     22     <td><img src="https://user-images.githubusercontent.com/54286563/91669147-7652be80-eb1b-11ea-81be-26251e88e95b.png"/></td>
     23     </tr>
     24 </table>