Skip to content

siddkhannaa/chip8-emu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

30 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🎱 Emojicode CHIP-8️⃣ Emulator

chip8logo_console
moob boon
all 35 opcodes are implemented! (wow)

πŸ”¨ Setup

emojicode is wack and doesn't work on windows so u have to be running macOS or Linux

make sure you have ncurses and tinfo installed on your machine:

sudo apt install libncurses5-dev
sudo apt install libcurseesw5-dev
sudo apt install libtinfo-dev

ensure you extract the archive files (.a files) into packages/keyboard/ncurses and packages/keyboard/tinfo for each respective library. This can be done using the following commands:

$ ar x /usr/lib/x86_64-linux-gnu/libncurses.a` <br>           
$ ar x /usr/lib/x86_64-linux-gnu/libtinfo.a` <br>

(these steps are neccessary so that we can get keyboard input)

About

a chip-8 emulator written in emojicode 😎

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published