Skip to content

xspager/Terra_CHIP8

Repository files navigation

Terra_CHIP8

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. 😂

Screenshot

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

About

Implementation of the CHIP8 VM in Terra

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published