Skip to the content.

SAE1.01 - Jeu de Plateforme

Introduction

Français 🇫🇷

Pendant cette SAE, nous avons dû créer un jeu de plateforme. Plusieurs niveaux sont disponibles, et il est même possible de créer vos propres niveaux grâce à l’extension niveauXX.data.


Symboles et Significations

Symbole Signification
+ Joueur
@ Sortie
= Mur
# Échelle

Aperçu du Jeu

Voici une capture d’écran du jeu :
Capture du jeu


Instructions d’Utilisation

Comment jouer

Installation et Configuration

  1. Récupération du fichier
    Récupérez le fichier iut.jar et copiez-le dans le répertoire :

  2. Configuration de la variable d’environnement CLASSPATH
    Créez (ou modifiez) la variable d’environnement CLASSPATH
    (même procédure que pour la variable PATH).
    Donnez-lui la valeur :
     Votre_chemin_dacces/ihmmgui.jar;.
    
  3. Application des modifications
    Pour que la variable CLASSPATH soit prise en compte, fermez la fenêtre de configuration système et redémarrez une console si vous en aviez une ouverte pour travailler.

Création de Niveaux

Vous pouvez créer vos propres niveaux en éditant des fichiers au format niveauXX.data.



English 🇬🇧

During this SAE, we had to create a platform game. Several levels are available, and it is even possible to create your own level using the niveauXX.data extension.


Symbols and Meanings

Symbol Meaning
+ Player
@ Exit
= Wall
# Ladder

Game Preview

Here is a screenshot of the game:
Game screenshot


User Instructions

How to Play

Setup and Configuration

  1. Retrieve the File
    Retrieve the iut.jar file and copy it into the directory:

  2. Set the CLASSPATH Environment Variable
    Create (or modify) the environment variable CLASSPATH
    (follow the same procedure as for the PATH variable).
    Set its value to:
     Your_access_path/ihmmgui.jar;.
    
  3. Apply the Changes
    To ensure the CLASSPATH variable is applied, close the System Configuration window and restart a console if you had one open while working.

Level Creation

You can create your own levels by editing files in the niveauXX.data format.


Credits

Project developed as part of the SAE1.01.


Contact

For any questions or suggestions, feel free to open an issue or contact me via GitHub.