Skip to content

TheValber/Stealth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stealth [EN]

University Project

December 2022 - January 2023

C language game where the player must infiltrate and steal relics without being detected.

Specific Features

  • Graphical interface with keyboard interactions
  • Management of collisions between various objects
  • Saving scores in a binary file
  • Management of time
  • Management of frames per second
  • Management of a field of vision of enemies
  • Random world generation

How to launch the game ?

Requirements

The game only works on a Linux distribution. You also need to install the graphics library.

Download and install the graphics library

http://www-igm.univ-mlv.fr/~boussica/mlv/api/French/html/installation.html

Compilation

make (default : use gcc)

Launch

./Stealth

How to play ?

The rules of the game are indicated on the main menu.



Stealth [FR]

Projet Universitaire

Décembre 2022 - Janvier 2023

Jeu vidéo programmé en C où le joueur doit s'infiltrer et voler des reliques sans se faire repérer.

Fonctionnalités spécifiques

  • Interface graphique avec des intéractions au clavier
  • Gestion de collisions entre divers objets
  • Sauvegarde de scores dans un fichier binaire
  • Gestion du temps
  • Gestion des images par seconde
  • Gestion d'un champs de vision des ennemis
  • Génération aléatoire du monde

Comment lancer le jeu ?

Prérequis

Le jeu fonctionne uniquement sur une distribution Linux. Vous devez aussi installer la librairie graphique.

Télécharger et installer la librairie graphique

http://www-igm.univ-mlv.fr/~boussica/mlv/api/French/html/installation.html

Compilation

make (par défaut : gcc)

Lancement

./Stealth

Comment jouer ?

Les règles du jeu sont indiquées sur l'écran d'accueil.

About

C language game where the player must infiltrate and steal relics without being detected.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors