Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.03 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.03 KB

Retromania

Retromania

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

Installation

For now the installation and compilation require all these libraries installed on your system.

  1. Clone
  2. $> make
  3. $> retro-station <path-to-the-default-library-in-graphic/>

Participation

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.