SauzeauYannis / ProjetJeuBanquise

C Mini-Game Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C-Game-Project

Table of Contents

Ce projet a été effectué en seconde année du CMI Informatique à l'UFR SFA Université de Poitiers dans le cadre de l'enseignement Programmation en C.

Ce projet a été développé en binôme et avec l'EDI Code::Blocks.

Pour lancer le jeu il faut lancer sur Windows le fichier Code/bin/Release/ProjetJeuBanquise.exe.

Vous pouvez jouer entre 1 et 4 joueurs en choisissant 3 niveaux prédéfinis ou bien customiser votre propre niveau.

Le but du jeu est d'arriver en premier à la case d'arrivée en vous aidant des glaçons qui peuvent tués les autres joueurs ou être propulsés sur des rochers, des ressorts ou des glaçons.

  • Syntaxe du langage C
  • Structures de données
    • Structures chaînées
    • Structures complexes
  • Algorithmes
  • Gestion de la mémoire
    • Utilisation de pointeurs
    • Allocation dynamique
    • Libération de la mémoire

Nous avons obtenu la note de 17/20.

This project was carried out in the second year of the CMI Informatique at the University of Poitiers as part of the C Programming teaching programme.

This project was developed in pairs and with Code::Blocks IDE.

To launch the game you have to run on Windows the Code/bin/Release/ProjectPlayBank.exe file.

You can play between 1 and 4 players by choosing 3 predefined levels or customize your own level.

The aim of the game is to get to the finish square first by using ice cubes that can kill other players or be propelled over rocks, springs or ice cubes.

  • C language syntax
  • Data structures
    • Chained structures
    • Complex structures
  • Algorithms
  • Memory management
    • Use of pointers
    • Dynamic allocation
    • Memory free

We obtained a score of 17/20.

About

C Mini-Game Project


Languages

Language:C 96.8%Language:C++ 3.2%