Dexmos / Arcade

Gaming platform that lets you choose a game to play with a graphic library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arcade

This project is a gaming platform that lets you choose a game to play with a graphic library. It was made as an Epitech's project for the second year course.

Available Game to play

  • Snake
  • Solar Fox

Available Libraries

Credits

Developer team :

Special thanks to :

Prerequisites

  • Linux

You need to have the following libraries already installed : OpenGL, SFML and libcaca.

How to run

  • Linux

Use this command line to compile :

make re

And use this one to run the program :

./arcade lib/[Library .so]

Available [Library .so] to choose

  • lib_arcade_caca.so
  • lib_arcade_opengl.so
  • lib_arcade_sfml.so

How to launch games

Use arrow keys to change letters and press SPACE to validate.

Stating menu.

Menu where you can choose the library and game to play !

How to play

Use arrow keys to move and use SPACE for shooting (only for Solar Fox game).

About

Gaming platform that lets you choose a game to play with a graphic library.


Languages

Language:C++ 97.2%Language:Makefile 2.8%