Skip to content
This repository was archived by the owner on Sep 28, 2021. It is now read-only.

romanwrites/avaj_launcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2d3c749 · Jul 24, 2021

History

17 Commits
Jul 24, 2021
Jul 24, 2021
Jul 24, 2021

Repository files navigation

🚁 Java aircraft and weather simulator

To get familiar with classic OOP design-patterns: Observer, Singleton, Factory

🏃🏽‍♀ ️Compile and run

find . -name "*.java" > src.txt
javac -sourcepath . @src.txt
java com.mkristie.avajlauncher.Main scenario.txt

clean

find . -name "*.class" -delete && rm -f src.txt

full clean

find . -name "*.class" -delete && rm -f simulation.txt src.txt

🔬 Result

result of the simulation