2. Exemples

Here are some of our finished arcade

2.1. Pacman

The pacman game running on sdl2 display module

2.2. Qix

Here the unfinished qix game on sfml display

The qix game running on sfml display module

2.3. Nibbler and Display Differences

Here the difference with the nibbler game between our three display modules

  • SFML

    The snake game running on sfml display module
  • SDL2

    The snake game running on sdl2 display module
  • NCURSES

    The snake game running on ncurses display module