/Louvre-Adventure

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.

Primary LanguageJavaMIT LicenseMIT

Louvre RPG

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.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Compiling this project requires the Java JDK version 8 or greater.

Linux

sudo apt-get install openjdk-8-jdk

MacOS & Windows

Follow the installation instructions - JDK 11

Installing

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!!

Built With

  • JDK 11 - The Java JDK version used

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments