Skip to content

VasJos004/TheLordOfTheRings-TerminalGame-Java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 . . . Que tal? Soy Josué

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 100.0%