This project was realized by GYTMY for the unit Projet de programmation (PI4)
during Year 2 Second Semester of Double Licence Mathématiques-Informatique
(2022-2023) as a research project.
Sami Boutamine (sami.boutamine@utc.fr)
Under the guidance of assigned researcher Professor Sami Boutamine, the project aligns with current academic research trends, emphasizing the practical application of theoretical concepts in computer science and mathematics. The project's development within a three-month timeframe demonstrates the ability to deliver sophisticated technological solutions in a condensed period, a hallmark of agile and effective research and development teams.
Last Name | First Name | Group | |
---|---|---|---|
DUDILLIEU | Gabin | MI2 | gdudillieu@gmail.com |
IGLESIAS VAZQUEZ | Yago | MI2 | yago.iglesias-vazquez@etu.u-paris.fr |
SOAN | Tony Ly | MI2 | tony-ly.soan@etu.u-paris.fr |
SELVAKUMAR | Mathusan | MI2 | mathusan.selvakumar@gmail.com |
LACENNE | Yanis | MI2 | yanis.lacenne@etu.u-paris.fr |
The goal of this project is to be able to control the movements of characters in a Maze game using real-time voice commands such as saying out loud Up
, Down
, Left
or Right
.
A simple single or multi-player mode where you have to reach the end of the maze.
You can also choose the width
and the height
of the maze.
Lights on | Lights out | Lights out with player particles |
---|---|---|
A fun single-player mode where your memory skills will come in handy to get yourself through the darkness.
There are 3 difficulties available : EASY
, NORMAL
and HARD
.
- SPro
- ALIZE (alize_core and LIA_RAL)
- Whisper (and all its dependencies)
Check the INSTALL.md
After installing the dependencies, you will need to compile the game. To do so, you can execute the following command in the root directory of the project, you will to do this only once:
./run.sh --compile
You can then run the game by executing the following command in the root directory of the project:
./run.sh
If the file does not have the right permissions, you can give it the right permissions by executing the following command in the root directory of the project:
chmod +x run.sh
After that you can execute the command above to run the game.