Skip to content

KentinPaille/Arcade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arcade

The aim of this project is to create two games using three different graphics libraries and to be able to change libraries dynamically.

Subject

We need to create two games using three different graphics libraries and be able to change games or graphics libraries dynamically. When the graphics library is changed, the game data must be exported to the new graphics library.

The graphics libraries chosen are:

  • Ncurse
  • SFML
  • Sdl2
  • Raylib (bonus)

The games chosen are:

  • Snake
  • Nibler

Utilisation

$> make
$> ./arcade ./lib/arcade_library_name.so

Exemple: ./arcade ./lib/arcade_ncurses.so

Made by [email protected] and [email protected]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published