Skip to content

Latest commit

 

History

History
60 lines (38 loc) · 929 Bytes

File metadata and controls

60 lines (38 loc) · 929 Bytes

The Lord Of The Rings - Terminal Game - Java

The object of this repository is assisting introduction to programming students to understand objects, inheritance, polymorphism and compiling java projects with ant and command line.

About the requirements

You can find the details of the project in the . . .

Hola soy JuanRa

Links of interest

  • Compiling the project from the command line
  • Compiling the project with ant

Try the project

To try the project you need to have installed

  • java - at least version 8.
  • ant

To try the project you can use the next commands

Compile the project

ant compile

Execute the project using the .class files

ant runClass

Generate Jar

ant jar

Run the jar file

ant run

Generate javadoc

ant javadoc

Clean the workspace

ant clean

Saludos Inge Oliver, ryuk@edyrrg