As there are many games written for this platform , this project was an approach to bring those games to android by emulating the platform.
- 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.
- 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