Skip to content

The goal of this repository is to help introductory programming students understand objects, inheritance, polymorphism and compiling java projects with ant and command line by developing a game that simulates a battle between Lord of the Rings heors and beasts.

License

moroquin/TheLordOfTheRings-TerminalGame-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 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 . . .

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

About

The goal of this repository is to help introductory programming students understand objects, inheritance, polymorphism and compiling java projects with ant and command line by developing a game that simulates a battle between Lord of the Rings heors and beasts.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages