CHIP-8 emulator written in Terra and Lua. Inspired by the article by Laurence Muller http://www.multigesture.net/articles/how-to-write-an-emulator-chip-8-interpreter/
Using libcaca to display things because I can. 😂
Status: far from being functional
You will need to install libcaca and http://terralang.org/
To run just do $ terra main.t
If you will use Terra for Linux you will probably need Ubuntu 16.04.
test_caca.c is just a test program I wrote to get the hang of libcaca, to build it you will need cmake
mkdir build
cd build
cmake ..
make