Skip to content
/ Arcade Public

Custom Game Engine + multiple graphical lib at runtime

Notifications You must be signed in to change notification settings

X-R-G-B/Arcade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arcade

Dependencies

  • sdl2
  • sdl2_image
  • sdl2_mixer
  • sdl2_ttf
  • SFML
  • ncurses

Game implemented

  • Snake
  • Nibleur

Graphical lib wrapped

  • SDL2
  • SFML
  • ncurses

Objectif

Change game/graphical lib at runtime

Install

mkdir build && cd build && cmake . && make -j8

Usage

./arcade ./lib/arcade_sfml.so
./arcade ./lib/arcade_sdl2.soo
./arcade ./lib/arcade_ncurses.so
./arcade