Arcadium is a gaming platform which includes 2 games and which is able to run 3 different GUIs.
- Ncurses
- SDL2
- openGL
- glut
Games and GUIs are in dynamicly loaded libraries and work only with a core.
- Snake
- Pacman
- Ncurses
- SDL
- openGL
To compile, use this command:
$ > make
You can start the program by using this command where $(LIBNAME) is the name of the graphics library used or the name of the game. Then, you'll have to make a choice in the menu.
$ > ./arcade ./lib/lib_arcade_$(LIBNAME).so
- '2’ : Previous graphics library.
- ’3’ : Next graphics library.
- ’4’ : Previous game.
- ’5’ : Next game.
- '6' : Back to the menu
- ’8’ : Restart the game.
- Escape: Exit.
Of course ! By hitting the ⭐ button !