Labyrinthe sboAa
- Tech Stack: Java, Maven, Object-Oriented Programming
- Team: Mohamed Ouchene, Hajar Arbaoui, Aurélien Ménil, Omar Guennouni
- Github URL: Project Link
Labyrinthe sboAa is a 2D maze adventure game developed as part of the ACL 2023 course. The objective is to guide your hero through mysterious labyrinths, defeat monsters, find keys, and unlock doors to advance to higher levels.
Players can attack enemies, collect hearts to regain health, and face increasingly complex mazes as they progress. The project demonstrates solid understanding of Java OOP principles and game logic design using Maven for project management.
To run the game:
cd Game
mvn clean package
cd target
java -cp Labyrinthe-0.0.1-SNAPSHOT.jar main.Main