Skip to content

AlexCurtaud/DungeonsAndDragons_Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 

Repository files navigation

Dungeons and Dragons Java

Project Description

The project aim to recreate the well-known game Dungeons & Dragons using Java. It's a school project where the goal is to learn the langage.

Installation Instructions

From an IDE, IntelliJ for example:

  1. Clone the Repo
  2. Go to Project Structure
  3. Select a JDK or download the latest version from the Menu.
  4. Go to src/Main and press CTRL + F5 or Run it from the button at the left bottom of the IDE.

From the Terminal (Linux/MacOS)

Be sure to have a JDK or download/install it from : https://www.oracle.com/fr/java/technologies/downloads/

  1. Clone the Repository: Open your terminal and clone the repository using the following command:
    git clone https://github.com/AlexCurtaud/DungeonsAndDragons_Java.git
  2. Navigate to the Project Directory:
    Change your directory to the project folder:
    cd DungeonsAndDragons_Java
  3. Build the Project:
    Compile the files from .java to .class
    javac *.java
    Create the MANIFEST.MF and write Main-class: Main
    nano MANIFEST.MF
    // Write Main:class Main and press Enter
    // Save and Close
    Create the .jar file
    jar -cvmf MANIFEST.MF Prog.jar *.class
  4. Run the Application: Run the prog.jar file
    java -jar prog.jar

Features

[Currently working on it]

About

Le Projet Donjons et Dragons vise à l'apprentissage de Java.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages