Skip to content

trevorhreed/elevator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elevator

Run

Contrary to best practices, but out of sympathy for those who may not have all the necessary dependencies installed, this program comes pre-compiled, so you can run it without having to build it first!

$ java -jar dist/elevator.jar

Build

$ javac src/elevator/*.java -d build/classes/elevator
$ jar cmvf manifest.txt dist/elevator.jar -C build/classes .

About

A simulation of an elevator in Java

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages