Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chip8Emulator

Chip8Mac is another Chip-8 based emulator that uses C, C++, SDL2, and CMake.

IBM Logo Brix

Getting Started

Follow these steps to set up the project on your local machine:

  1. Clone the repository:
git clone https://github.com/D8L/Chip8Emulator.git
  1. Navigate to the project directory:
cd Chip8Emulator
  1. Build the project:
mkdir build && cd build
cmake ..
make
  1. Run the project:
./chip8 [ROM filepath]

You can find some ROMs under the roms directory.

Built With

  • C
  • C++
  • SDL2
  • CMake

Authors

  • D8L

References

About

A Chip-8 based emulator that uses C, C++, and SDL2.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages