Retromania is a set of 80's games and (modern) graphical libraries written in C++. It comes with a modular emulator, that allow you to play old games, because old games are the best.
It already has a few features for now, and will keep growing with time. The evolution steps are listed on this Trello document.
- Games :
- Nibbler (Snake)
- Pacman
- Graphic libraries :
- Scores
- Configuration available for each game
For now the installation and compilation require all these libraries installed on your system.
- Clone
$> make
$> retro-station <path-to-the-default-library-in-graphic/>
The emulator is built in a way that lets you create and add your own games and graphical libraries. To see how it works, there's a full documentation.