Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jwt2706 committed Apr 30, 2024
1 parent 03b5ab7 commit 8229211
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,16 @@

[![GCC build](https://github.com/jwt2706/Chip8Interpreter/actions/workflows/gcc.yml/badge.svg?branch=main)](https://github.com/jwt2706/Chip8Interpreter/actions/workflows/gcc.yml)

This project is a CHIP-8 interpreter, built with SDL2. It mimics the CHIP-8 system and includes the COSMAC VIP's hexadecimal keyboard layout.
This project is a CHIP-8 interpreter, built with SDL2. It mimics the CHIP-8 system and includes emulation for the COSMAC VIP hexadecimal keyboard layout.

## What is CHIP-8?

[CHIP-8](https://wikipedia.org/wiki/CHIP-8) is a programming language from the mid-1970s, designed for easy game development on 8-bit microcomputers like the COSMAC VIP and Telmac 1800.

## Acknowledgements

This [general high-level guide](https://tobiasvl.github.io/blog/write-a-chip-8-emulator) is what got me into making this. It was a lot of fun! I suggest you try it too.

## TODO

- complete the decoding support
Expand Down

0 comments on commit 8229211

Please sign in to comment.