README.md (1417B)
1 # BytePusher 2 3 A cross-platform BytePusher virtual machine implementation in C and SDL. 4 You can learn about it here: https://esolangs.org/wiki/BytePusher 5 6 ## Usage 7 8 SDL needs to be installed on your machine in order to run the program. 9 The `roms` directory contains a few roms you can try out. 10 ```shell 11 $ cd path/to/bytepusher 12 $ make 13 $ ./bytepusher [ROM] 14 $ make clean # optional 15 ``` 16 You can install `bytepusher` by running `sudo make install clean`. 17 The binary will be installed in `/usr/local/bin`. 18 19 ## Screenshots 20 21 <table> 22 <tr> 23 <td><img align="left" src="https://user-images.githubusercontent.com/54286563/91668705-55886a00-eb17-11ea-94d2-07f53ca98971.png"/></td> 24 <td><img align="right" src="https://user-images.githubusercontent.com/54286563/91668704-54efd380-eb17-11ea-8c75-f1a35637499c.png"/></td> 25 <td><img align="left" src="https://user-images.githubusercontent.com/54286563/91668706-56210080-eb17-11ea-9448-812e3e664d57.png"/></td> 26 </tr> 27 <tr> 28 <td><img align="left" src="https://user-images.githubusercontent.com/54286563/91668708-56b99700-eb17-11ea-9c4e-7293c32d0485.png"/></td> 29 <td><img align="right" src="https://user-images.githubusercontent.com/54286563/91668712-56b99700-eb17-11ea-993e-74c2e160dbd3.png"/></td> 30 <td><img align="right" src="https://user-images.githubusercontent.com/54286563/91668707-56210080-eb17-11ea-8728-dc42b9443a0a.png"/></td> 31 </tr> 32 </table>