forked from Verssae/fri-space-invaders
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathlog.1
381 lines (381 loc) · 17.2 KB
/
log.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
[INFO|1:11:29]: Started loading resources.
[FINE|1:11:29]: ship read.
[FINE|1:11:29]: Sprite Ship loaded.
[FINE|1:11:29]: Sprite ShipDestroyed loaded.
[FINE|1:11:29]: Sprite Bullet loaded.
[FINE|1:11:29]: Sprite EnemyBullet loaded.
[FINE|1:11:29]: Sprite EnemyShipA1 loaded.
[FINE|1:11:29]: Sprite EnemyShipA2 loaded.
[FINE|1:11:29]: Sprite EnemyShipB1 loaded.
[FINE|1:11:29]: Sprite EnemyShipB2 loaded.
[FINE|1:11:29]: Sprite EnemyShipC1 loaded.
[FINE|1:11:29]: Sprite EnemyShipC2 loaded.
[FINE|1:11:29]: Sprite EnemyShipSpecial loaded.
[FINE|1:11:29]: Sprite Explosion loaded.
[FINE|1:11:29]: Sprite ItemDrop loaded.
[FINE|1:11:29]: Sprite ItemGet loaded.
[FINE|1:11:29]: Sprite Shield loaded.
[FINE|1:11:29]: Sprite Life loaded.
[FINE|1:11:29]: Sprite EnemyShipdangerous loaded.
[INFO|1:11:29]: Finished loading the sprites.
[INFO|1:11:29]: Finished loading the fonts.
[INFO|1:11:29]: Save file is not found.
[INFO|1:11:29]: Starting New Game.
[INFO|1:11:29]: Save file is not found.
[INFO|1:11:29]: Starting New Game.
[INFO|1:11:29]: Starting 448x520 save info screen at 60 fps.
[INFO|1:11:43]: Closing save info screen.
[INFO|1:11:43]: Starting 448x520 title screen at 60 fps.
[INFO|1:11:44]: Closing title screen.
[INFO|1:11:44]: Starting 448x520 game screen at 60 fps.
[INFO|1:11:44]: Initializing 5x5 ship formation in (20,100)
[INFO|1:11:51]: Destroyed ship in (4,4)
[INFO|1:11:51]: Removed enemy 4 from column 4
[INFO|1:11:52]: Destroyed ship in (2,4)
[INFO|1:11:52]: Removed enemy 4 from column 2
[INFO|1:11:53]: Destroyed ship in (3,4)
[INFO|1:11:53]: Removed enemy 4 from column 3
[INFO|1:11:54]: Destroyed ship in (2,3)
[INFO|1:11:54]: Removed enemy 3 from column 2
[INFO|1:11:55]: Destroyed ship in (2,2)
[INFO|1:11:56]: Removed enemy 2 from column 2
[INFO|1:11:56]: Destroyed ship in (0,4)
[INFO|1:11:57]: Removed enemy 4 from column 0
[INFO|1:11:57]: Destroyed ship in (2,1)
[INFO|1:11:57]: Removed enemy 1 from column 2
[INFO|1:11:57]: Destroyed ship in (1,4)
[INFO|1:11:57]: A dangerous ship appears
[INFO|1:11:58]: Removed enemy 4 from column 1
[INFO|1:11:58]: Destroyed ship in (1,3)
[INFO|1:11:58]: Removed enemy 3 from column 1
[INFO|1:11:59]: Destroyed ship in (2,0)
[INFO|1:11:59]: Shooters list reduced to 4 members.
[INFO|1:12:00]: Removed enemy 0 from column 2
[INFO|1:12:00]: Removed column 2
[INFO|1:12:00]: Destroyed ship in (0,1)
[INFO|1:12:01]: Removed enemy 1 from column 0
[INFO|1:12:01]: Destroyed ship in (1,2)
[INFO|1:12:01]: Removed enemy 2 from column 1
[INFO|1:12:01]: Destroyed ship in (2,3)
[INFO|1:12:01]: Removed enemy 3 from column 2
[INFO|1:12:02]: Destroyed ship in (3,3)
[INFO|1:12:02]: Removed enemy 3 from column 3
[INFO|1:12:06]: Destroyed ship in (3,2)
[INFO|1:12:06]: Formation now moving down 5
[INFO|1:12:06]: Removed enemy 2 from column 3
[INFO|1:12:06]: The dangerous ship has escaped and you has lost lives
[INFO|1:12:07]: Destroyed ship in (3,1)
[INFO|1:12:07]: Removed enemy 1 from column 3
[INFO|1:12:08]: Destroyed ship in (2,2)
[INFO|1:12:08]: Formation now moving left 1
[INFO|1:12:08]: Removed enemy 2 from column 2
[INFO|1:12:09]: Destroyed ship in (1,1)
[INFO|1:12:09]: Removed enemy 1 from column 1
[INFO|1:12:10]: Destroyed ship in (0,2)
[INFO|1:12:10]: Removed enemy 2 from column 0
[INFO|1:12:12]: Destroyed ship in (0,1)
[INFO|1:12:12]: Removed enemy 1 from column 0
[INFO|1:12:13]: A special ship appears
[INFO|1:12:14]: Destroyed ship in (1,0)
[INFO|1:12:14]: Shooters list reduced to 3 members.
[INFO|1:12:14]: Removed enemy 0 from column 1
[INFO|1:12:14]: Removed column 1
[INFO|1:12:15]: Formation now moving down 3
[INFO|1:12:16]: Formation now moving right 2
[INFO|1:12:16]: Destroyed ship in (0,0)
[INFO|1:12:16]: Shooters list reduced to 2 members.
[INFO|1:12:16]: Removed enemy 0 from column 0
[INFO|1:12:16]: Removed column 0
[INFO|1:12:21]: Destroyed ship in (0,1)
[INFO|1:12:21]: Removed enemy 1 from column 0
[INFO|1:12:22]: Formation now moving down 5
[INFO|1:12:22]: Destroyed ship in (1,0)
[INFO|1:12:22]: Shooters list reduced to 1 members.
[INFO|1:12:22]: Removed enemy 0 from column 1
[INFO|1:12:22]: Removed column 1
[INFO|1:12:23]: Formation now moving left 1
[INFO|1:12:25]: Destroyed ship in (0,0)
[INFO|1:12:25]: Shooters list reduced to 0 members.
[INFO|1:12:25]: Screen cleared with a score of 650
[INFO|1:12:25]: Closing game screen.
[INFO|1:12:25]: Loading default high scores.
[INFO|1:12:31]: Starting 448x520 game save screen at 60 fps.
[INFO|1:12:34]: Closing game save screen.
[INFO|1:12:34]: Starting 448x520 game screen at 60 fps.
[INFO|1:12:34]: Initializing 6x5 ship formation in (20,100)
[INFO|1:12:41]: Destroyed ship in (4,4)
[INFO|1:12:42]: Destroyed ship in (2,4)
[INFO|1:12:42]: Removed enemy 4 from column 2
[INFO|1:12:42]: Removed enemy 4 from column 4
[INFO|1:12:43]: Destroyed ship in (3,4)
[INFO|1:12:43]: Removed enemy 4 from column 3
[INFO|1:12:45]: Destroyed ship in (2,3)
[INFO|1:12:45]: Removed enemy 3 from column 2
[INFO|1:12:45]: Destroyed ship in (4,3)
[INFO|1:12:45]: Removed enemy 3 from column 4
[INFO|1:12:49]: Destroyed ship in (2,2)
[INFO|1:12:49]: Removed enemy 2 from column 2
[INFO|1:12:49]: Destroyed ship in (1,4)
[INFO|1:12:50]: Removed enemy 4 from column 1
[INFO|1:12:50]: Destroyed ship in (0,4)
[INFO|1:12:50]: Removed enemy 4 from column 0
[INFO|1:12:51]: Destroyed ship in (1,2)
[INFO|1:12:51]: Removed enemy 2 from column 1
[INFO|1:12:51]: Destroyed ship in (3,3)
[INFO|1:12:52]: Removed enemy 3 from column 3
[INFO|1:12:52]: Destroyed ship in (5,4)
[INFO|1:12:52]: Removed enemy 4 from column 5
[INFO|1:12:53]: Destroyed ship in (4,2)
[INFO|1:12:53]: Removed enemy 2 from column 4
[INFO|1:12:55]: Destroyed ship in (3,2)
[INFO|1:12:56]: Formation now moving down 5
[INFO|1:12:56]: Removed enemy 2 from column 3
[INFO|1:12:56]: Destroyed ship in (3,1)
[INFO|1:12:56]: Removed enemy 1 from column 3
[INFO|1:12:57]: Destroyed ship in (1,2)
[INFO|1:12:57]: Removed enemy 2 from column 1
[INFO|1:12:57]: Destroyed ship in (0,3)
[INFO|1:12:58]: A dangerous ship appears
[INFO|1:12:58]: Formation now moving left 1
[INFO|1:12:58]: Removed enemy 3 from column 0
[INFO|1:12:59]: Destroyed ship in (0,2)
[INFO|1:12:59]: Removed enemy 2 from column 0
[INFO|1:13:00]: Destroyed ship in (0,1)
[INFO|1:13:00]: Removed enemy 1 from column 0
[INFO|1:13:01]: Destroyed ship in (0,0)
[INFO|1:13:01]: Shooters list reduced to 5 members.
[INFO|1:13:01]: Removed enemy 0 from column 0
[INFO|1:13:01]: Removed column 0
[INFO|1:13:03]: Destroyed ship in (1,1)
[INFO|1:13:03]: Removed enemy 1 from column 1
[INFO|1:13:05]: Destroyed ship in (2,0)
[INFO|1:13:05]: Shooters list reduced to 4 members.
[INFO|1:13:05]: Removed enemy 0 from column 2
[INFO|1:13:05]: Removed column 2
[INFO|1:13:05]: Destroyed ship in (3,3)
[INFO|1:13:05]: Removed enemy 3 from column 3
[INFO|1:13:06]: Formation now moving down 3
[INFO|1:13:07]: The dangerous ship has escaped and you has lost lives
[INFO|1:13:07]: Formation now moving right 2
[INFO|1:13:08]: Destroyed ship in (2,1)
[INFO|1:13:09]: Removed enemy 1 from column 2
[INFO|1:13:11]: Destroyed ship in (3,2)
[INFO|1:13:11]: Removed enemy 2 from column 3
[INFO|1:13:12]: A special ship appears
[INFO|1:13:14]: Formation now moving down 5
[INFO|1:13:14]: Destroyed ship in (3,1)
[INFO|1:13:14]: Removed enemy 1 from column 3
[INFO|1:13:15]: Formation now moving left 1
[INFO|1:13:16]: The special ship has escaped
[INFO|1:13:21]: Formation now moving down 3
[INFO|1:13:21]: Destroyed ship in (0,1)
[INFO|1:13:21]: Removed enemy 1 from column 0
[INFO|1:13:22]: Formation now moving right 2
[INFO|1:13:24]: A special ship appears
[INFO|1:13:27]: Destroyed ship in (2,0)
[INFO|1:13:27]: Shooters list reduced to 3 members.
[INFO|1:13:27]: Removed enemy 0 from column 2
[INFO|1:13:27]: Removed column 2
[INFO|1:13:28]: Formation now moving down 5
[INFO|1:13:29]: Formation now moving left 1
[INFO|1:13:30]: Destroyed ship in (2,0)
[INFO|1:13:30]: Shooters list reduced to 2 members.
[INFO|1:13:30]: Removed enemy 0 from column 2
[INFO|1:13:30]: Removed column 2
[INFO|1:13:32]: Destroyed ship in (0,0)
[INFO|1:13:32]: Shooters list reduced to 1 members.
[INFO|1:13:32]: Removed enemy 0 from column 0
[INFO|1:13:32]: Removed column 0
[INFO|1:13:34]: Destroyed ship in (0,0)
[INFO|1:13:34]: Shooters list reduced to 0 members.
[INFO|1:13:34]: Screen cleared with a score of 1290
[INFO|1:13:34]: Closing game screen.
[INFO|1:13:34]: Finish loading.
[INFO|1:13:34]: Finish loading.
[INFO|1:13:34]: Finish loading.
[INFO|1:13:34]: Loading default high scores.
[INFO|1:13:35]: Starting 448x520 game save screen at 60 fps.
[INFO|1:13:36]: Closing game save screen.
[INFO|1:13:36]: Starting 448x520 game screen at 60 fps.
[INFO|1:13:36]: Initializing 6x6 ship formation in (20,100)
[INFO|1:13:43]: Destroyed ship in (5,5)
[INFO|1:13:44]: Removed enemy 5 from column 5
[INFO|1:13:44]: Destroyed ship in (3,5)
[INFO|1:13:45]: Removed enemy 5 from column 3
[INFO|1:13:45]: Destroyed ship in (1,5)
[INFO|1:13:45]: Removed enemy 5 from column 1
[INFO|1:13:46]: Destroyed ship in (2,5)
[INFO|1:13:46]: Removed enemy 5 from column 2
[INFO|1:13:46]: Destroyed ship in (0,4)
[INFO|1:13:47]: Removed enemy 4 from column 0
[INFO|1:13:48]: Destroyed ship in (3,1)
[INFO|1:13:49]: Destroyed ship in (4,5)
[INFO|1:13:49]: Removed enemy 1 from column 3
[INFO|1:13:49]: Removed enemy 5 from column 4
[INFO|1:13:49]: Destroyed ship in (3,3)
[INFO|1:13:50]: Removed enemy 3 from column 3
[INFO|1:13:50]: Destroyed ship in (5,4)
[INFO|1:13:50]: Removed enemy 4 from column 5
[INFO|1:13:51]: Destroyed ship in (4,0)
[INFO|1:13:52]: Destroyed ship in (2,4)
[INFO|1:13:52]: Removed enemy 4 from column 2
[INFO|1:13:52]: Removed enemy 0 from column 4
[INFO|1:13:53]: Destroyed ship in (2,3)
[INFO|1:13:54]: Removed enemy 3 from column 2
[INFO|1:13:55]: Destroyed ship in (2,2)
[INFO|1:13:55]: Removed enemy 2 from column 2
[INFO|1:13:56]: Formation now moving down 5
[INFO|1:13:56]: Destroyed ship in (4,3)
[INFO|1:13:56]: Removed enemy 3 from column 4
[INFO|1:13:57]: Destroyed ship in (2,1)
[INFO|1:13:58]: Formation now moving left 1
[INFO|1:13:58]: Removed enemy 1 from column 2
[WARNING|1:13:58]: Obtained ExtraLife Item
[INFO|1:13:59]: Destroyed ship in (4,2)
[INFO|1:14:00]: Removed enemy 2 from column 4
[INFO|1:14:01]: Destroyed ship in (3,2)
[INFO|1:14:01]: Removed enemy 2 from column 3
[INFO|1:14:02]: Destroyed ship in (5,3)
[INFO|1:14:02]: Removed enemy 3 from column 5
[INFO|1:14:03]: Destroyed ship in (3,1)
[INFO|1:14:03]: Removed enemy 1 from column 3
[INFO|1:14:04]: Destroyed ship in (2,0)
[INFO|1:14:04]: Shooters list reduced to 5 members.
[INFO|1:14:04]: Removed enemy 0 from column 2
[INFO|1:14:04]: Removed column 2
[INFO|1:14:04]: Destroyed ship in (0,4)
[INFO|1:14:04]: Removed enemy 4 from column 0
[INFO|1:14:05]: Destroyed ship in (0,1)
[INFO|1:14:05]: Formation now moving down 3
[INFO|1:14:05]: Removed enemy 1 from column 0
[INFO|1:14:06]: Destroyed ship in (1,4)
[INFO|1:14:06]: Removed enemy 4 from column 1
[INFO|1:14:06]: A special ship appears
[INFO|1:14:06]: Destroyed ship in (0,2)
[INFO|1:14:07]: Removed enemy 2 from column 0
[INFO|1:14:07]: Formation now moving right 2
[INFO|1:14:07]: Destroyed ship in (0,1)
[INFO|1:14:07]: Removed enemy 1 from column 0
[INFO|1:14:08]: Destroyed ship in (0,0)
[INFO|1:14:08]: Shooters list reduced to 4 members.
[INFO|1:14:08]: Removed enemy 0 from column 0
[INFO|1:14:08]: Removed column 0
[INFO|1:14:09]: Destroyed ship in (0,3)
[INFO|1:14:09]: Removed enemy 3 from column 0
[INFO|1:14:09]: Obtained PointUp Item
[INFO|1:14:11]: The special ship has escaped
[INFO|1:14:12]: A dangerous ship appears
[INFO|1:14:12]: Formation now moving down 5
[INFO|1:14:13]: Formation now moving left 1
[INFO|1:14:14]: Destroyed ship in (1,0)
[INFO|1:14:14]: Shooters list reduced to 3 members.
[INFO|1:14:14]: Removed enemy 0 from column 1
[INFO|1:14:14]: Removed column 1
[INFO|1:14:15]: Destroyed ship in (0,1)
[INFO|1:14:15]: Removed enemy 1 from column 0
[INFO|1:14:16]: Destroyed ship in (0,1)
[INFO|1:14:16]: Removed enemy 1 from column 0
[INFO|1:14:17]: Destroyed ship in (0,0)
[INFO|1:14:17]: Shooters list reduced to 2 members.
[INFO|1:14:18]: Removed enemy 0 from column 0
[INFO|1:14:18]: Removed column 0
[INFO|1:14:19]: Destroyed ship in (1,1)
[INFO|1:14:19]: Removed enemy 1 from column 1
[INFO|1:14:20]: Destroyed ship in (0,0)
[INFO|1:14:20]: Removed enemy 0 from column 0
[INFO|1:14:21]: The dangerous ship has escaped and you has lost lives
[INFO|1:14:22]: Destroyed ship in (0,0)
[INFO|1:14:22]: Shooters list reduced to 1 members.
[INFO|1:14:22]: Removed enemy 0 from column 0
[INFO|1:14:22]: Removed column 0
[INFO|1:14:23]: Destroyed ship in (0,1)
[INFO|1:14:23]: Removed enemy 1 from column 0
[INFO|1:14:23]: Formation now moving down 3
[INFO|1:14:24]: Hit on player ship, 1 lives remaining.
[INFO|1:14:24]: Formation now moving right 2
[INFO|1:14:25]: Hit on player ship, 0 lives remaining.
[INFO|1:14:27]: Screen cleared with a score of 2090
[INFO|1:14:27]: Closing game screen.
[INFO|1:14:27]: Finish loading.
[INFO|1:14:27]: Finish loading.
[INFO|1:14:27]: Finish loading.
[INFO|1:14:27]: Starting 448x520 score screen at 60 fps, with a score of 2090, 0 lives remaining, 157 bullets shot and 92 ships destroyed.
[INFO|1:14:27]: Loading default high scores.
[INFO|1:14:28]: Saving user high scores.
[INFO|1:14:28]: Closing score screen.
[INFO|1:14:28]: Starting 448x520 game screen at 60 fps.
[INFO|1:14:28]: Initializing 3x3 ship formation in (20,100)
[INFO|1:14:30]: Screen cleared with a score of 1990
[INFO|1:14:30]: Closing game screen.
[INFO|1:14:30]: Finish loading.
[INFO|1:14:30]: Finish loading.
[INFO|1:14:30]: Finish loading.
[INFO|1:14:30]: Starting 448x520 score screen at 60 fps, with a score of 1990, 0 lives remaining, 157 bullets shot and 92 ships destroyed.
[INFO|1:14:30]: Loading user high scores.
[INFO|1:14:32]: Saving user high scores.
[INFO|1:14:32]: Closing score screen.
[INFO|1:14:32]: Starting 448x520 game screen at 60 fps.
[INFO|1:14:32]: Initializing 3x3 ship formation in (20,100)
[INFO|1:14:34]: Screen cleared with a score of 1890
[INFO|1:14:34]: Closing game screen.
[INFO|1:14:34]: Finish loading.
[INFO|1:14:34]: Finish loading.
[INFO|1:14:34]: Finish loading.
[INFO|1:14:34]: Starting 448x520 score screen at 60 fps, with a score of 1890, 0 lives remaining, 157 bullets shot and 92 ships destroyed.
[INFO|1:14:34]: Loading user high scores.
[INFO|1:14:36]: Saving user high scores.
[INFO|1:14:36]: Closing score screen.
[INFO|1:14:36]: Starting 448x520 game screen at 60 fps.
[INFO|1:14:36]: Initializing 3x3 ship formation in (20,100)
[INFO|1:14:37]: Screen cleared with a score of 1790
[INFO|1:14:37]: Closing game screen.
[INFO|1:14:37]: Finish loading.
[INFO|1:14:37]: Finish loading.
[INFO|1:14:37]: Finish loading.
[INFO|1:14:37]: Starting 448x520 score screen at 60 fps, with a score of 1790, 0 lives remaining, 157 bullets shot and 92 ships destroyed.
[INFO|1:14:37]: Loading user high scores.
[INFO|1:15:22]: Closing score screen.
[INFO|1:15:22]: Starting 448x520 game screen at 60 fps.
[INFO|1:15:22]: Initializing 3x3 ship formation in (20,100)
[INFO|1:15:24]: Screen cleared with a score of 1690
[INFO|1:15:24]: Closing game screen.
[INFO|1:15:24]: Finish loading.
[INFO|1:15:24]: Finish loading.
[INFO|1:15:24]: Finish loading.
[INFO|1:15:24]: Starting 448x520 score screen at 60 fps, with a score of 1690, 0 lives remaining, 157 bullets shot and 92 ships destroyed.
[INFO|1:15:24]: Loading user high scores.
[INFO|1:15:25]: Closing score screen.
[INFO|1:15:25]: Starting 448x520 game screen at 60 fps.
[INFO|1:15:25]: Initializing 3x3 ship formation in (20,100)
[INFO|1:15:27]: Screen cleared with a score of 1590
[INFO|1:15:27]: Closing game screen.
[INFO|1:15:27]: Finish loading.
[INFO|1:15:27]: Finish loading.
[INFO|1:15:27]: Finish loading.
[INFO|1:15:27]: Starting 448x520 score screen at 60 fps, with a score of 1590, 0 lives remaining, 157 bullets shot and 92 ships destroyed.
[INFO|1:15:27]: Loading user high scores.
[INFO|1:15:30]: Closing score screen.
[INFO|1:15:30]: Starting 448x520 game screen at 60 fps.
[INFO|1:15:30]: Initializing 3x3 ship formation in (20,100)
[INFO|1:15:32]: Screen cleared with a score of 1490
[INFO|1:15:32]: Closing game screen.
[INFO|1:15:32]: Finish loading.
[INFO|1:15:32]: Finish loading.
[INFO|1:15:32]: Finish loading.
[INFO|1:15:32]: Starting 448x520 score screen at 60 fps, with a score of 1490, 0 lives remaining, 157 bullets shot and 92 ships destroyed.
[INFO|1:15:32]: Loading user high scores.
[INFO|1:15:35]: Closing score screen.
[INFO|1:15:35]: Starting 448x520 title screen at 60 fps.
[INFO|1:15:39]: Closing title screen.
[INFO|1:15:39]: Starting 448x520 game screen at 60 fps.
[INFO|1:15:39]: Initializing 3x3 ship formation in (20,100)
[INFO|1:15:41]: Screen cleared with a score of 1390
[INFO|1:15:41]: Closing game screen.
[INFO|1:15:41]: Finish loading.
[INFO|1:15:41]: Finish loading.
[INFO|1:15:41]: Finish loading.
[INFO|1:15:41]: Starting 448x520 score screen at 60 fps, with a score of 1390, 0 lives remaining, 157 bullets shot and 92 ships destroyed.
[INFO|1:15:41]: Loading user high scores.
[INFO|1:15:42]: Closing score screen.
[INFO|1:15:42]: Starting 448x520 title screen at 60 fps.
[INFO|1:15:52]: Closing title screen.