
Arcade
Arcade is C++ reproduction of an arcade game. The are two game available: Pacman and Nibler. The game is made with 3 graphical libraries: SFML, SDL2, and Ncurses. The goal of this project was to learn how to use different graphical libraries and how to switch between at run time. The arcade is also able to load games at run time using dynamic libraries that fit the acrchitecture of the aracade.
Stack: C++, Makefile, SFML, SDL2, Ncurses, Git
Check git repository