Is a Java rpg with a didactic approach about art in the Louvre museum. Developed for the Object Oriented Programming Course at Tecnologico de Monterrey.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Compiling this project requires the Java JDK version 8 or greater.
sudo apt-get install openjdk-8-jdk
Follow the installation instructions - JDK 11
The first step is compiling the project with the terminal.
javac *.java
After the compilation, run the project main
java Main
Use the GUI to play the game. Have Fun!!
- JDK 11 - The Java JDK version used
- David Aguilar - Main Programmer - gdaguilarc
- Andrea Becerra - Inheritance and GUI - andreabecerrab
This project is licensed under the MIT License - see the LICENSE.md file for details
- Andrés Torres - OOP Professor - Andxtorres