aboutsummaryrefslogtreecommitdiff
path: root/Levels
diff options
context:
space:
mode:
authorXaviDCR92 <xavi.dcr@gmail.com>2018-02-03 16:05:37 +0100
committerXaviDCR92 <xavi.dcr@gmail.com>2018-02-03 16:05:37 +0100
commit6364d64cbca986c61b3bea76167610198fbe99bb (patch)
tree445e96738e5712e4518bc6b63f7d82f347c3a3ef /Levels
parent7d14b5036066d9391d52ab73ca4b26c03e3cb6c2 (diff)
* Aircraft.c: files were being loaded each time level was selected.
* Game.c: score bonus is now added depending on flight remaining time. + Added second level.
Diffstat (limited to 'Levels')
-rw-r--r--Levels/EASY.PLT19
-rw-r--r--Levels/LEVEL2.LVLbin0 -> 576 bytes
-rw-r--r--Levels/LEVEL2.PLT17
3 files changed, 36 insertions, 0 deletions
diff --git a/Levels/EASY.PLT b/Levels/EASY.PLT
new file mode 100644
index 0000000..f3209b0
--- /dev/null
+++ b/Levels/EASY.PLT
@@ -0,0 +1,19 @@
+#DEPARTURE/ARRIVAL;Flight number;Passengers;HH:MM;Parking (departure only);Remaining time
+#This is a comment example.
+#If DEPARTURE, parking must be set
+#If ARRIVAL, set parking to zero
+#First line must set initial time
+#For example:
+14:55
+#Aircraft arrival (or departure) must be set relative to initial time, in HH:MM format.
+ARRIVAL;PHX1802;150;00:10;0;360
+ARRIVAL;PHX1803;250;00:30;0;360
+ARRIVAL;PHX1804;250;01:10;0;360
+ARRIVAL;PHX1805;100;01:30;0;360
+ARRIVAL;PHX1806;40;02:30;0;360
+DEPARTURE;PHX1000;100;00:05;19;240
+DEPARTURE;PHX1001;100;00:25;21;240
+DEPARTURE;PHX1002;200;01:00;19;240
+DEPARTURE;PHX1003;200;01:30;21;240
+DEPARTURE;PHX1004;200;02:00;19;240
+DEPARTURE;PHX1004;200;03:00;21;240 \ No newline at end of file
diff --git a/Levels/LEVEL2.LVL b/Levels/LEVEL2.LVL
new file mode 100644
index 0000000..bc93219
--- /dev/null
+++ b/Levels/LEVEL2.LVL
Binary files differ
diff --git a/Levels/LEVEL2.PLT b/Levels/LEVEL2.PLT
new file mode 100644
index 0000000..816c81f
--- /dev/null
+++ b/Levels/LEVEL2.PLT
@@ -0,0 +1,17 @@
+#DEPARTURE/ARRIVAL;Flight number;Passengers;HH:MM;Parking (departure only);Remaining time
+#This is a comment example.
+#If DEPARTURE, parking must be set
+#If ARRIVAL, set parking to zero
+#First line must set initial time
+#For example:
+14:55
+#Aircraft arrival (or departure) must be set relative to initial time, in HH:MM format.
+ARRIVAL;PHX1802;100;00:10;0;360
+ARRIVAL;PHX1805;125;00:10;0;360
+ARRIVAL;PHX1806;125;00:30;0;360
+ARRIVAL;PHX1807;125;00:50;0;360
+ARRIVAL;PHX1808;125;01:30;0;360
+DEPARTURE;PHX1000;53;00:05;177;360
+DEPARTURE;PHX1001;53;00:15;145;360
+DEPARTURE;PHX1002;53;00:30;227;360
+DEPARTURE;PHX1003;53;00:45;135;360