Skip to content

ahmedshakill/Emu8

Repository files navigation

Chip8 emulator

It's an emulator for chip8 platform .Know about Chip8 Platform on Wikipedia and here .

As there are many games written for this platform , this project was an approach to bring those games to android by emulating the platform.

Environment Configuration

  • Android NDK with SDK is required to build this project locally
  • This LibSDL wiki guide shows how to setup and configure project to use SDL C++ GUI library.

Features

  • The main emulator part is written in modern C++ (c++17)
  • OOP design pattern is used to design and implement the emulator
  • SDL library is used for graphics support

Presentation

IMAGE ALT TEXT HERE