-
Notifications
You must be signed in to change notification settings - Fork 0
/
games.xml
71 lines (57 loc) · 1.89 KB
/
games.xml
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
<?xml version="1.0" encoding="ISO-8859-1" ?>
<data>
<categories>
<category>RTS</category>
<category>Adventure</category>
<category>FPS</category>
<categories>
<game>
<title>Starcraft</title>
<screenshot>http://fake.com/starcraft1.jpg</screenshot>
<screenshot>http://fake.com/starcraft2.jpg</screenshot>
<screenshot>http://fake.com/starcraft3.jpg</screenshot>
<categories>RTS</categories>
</game>
<game>
<title>Full throttle</title>
<screenshot>http://fake.com/fullthrottle1.jpg</screenshot>
<screenshot>http://fake.com/fullthrottle2.jpg</screenshot>
<screenshot>http://fake.com/fullthrottle3.jpg</screenshot>
<categories>Adventure</categories>
</game>
<game>
<title>Command and Conquer - Red Alert</title>
<screenshot>http://fake.com/redalert1.jpg</screenshot>
<screenshot>http://fake.com/redalert2.jpg</screenshot>
<screenshot>http://fake.com/redalert3.jpg</screenshot>
<categories>RTS</categories>
</game>
<game>
<title>Day of the tentactle</title>
<screenshot>http://fake.com/dott1.jpg</screenshot>
<screenshot>http://fake.com/dott2.jpg</screenshot>
<screenshot>http://fake.com/dott3.jpg</screenshot>
<categories>Adventure</categories>
</game>
<game>
<title>Doom</title>
<screenshot>http://fake.com/doom1.jpg</screenshot>
<screenshot>http://fake.com/doom2.jpg</screenshot>
<screenshot>http://fake.com/doom3.jpg</screenshot>
<categories>FPS</categories>
</game>
<game>
<title>Wolfenstein</title>
<screenshot>http://fake.com/wolfenstein1.jpg</screenshot>
<screenshot>http://fake.com/wolfenstein2.jpg</screenshot>
<screenshot>http://fake.com/wolfenstein3.jpg</screenshot>
<categories>FPS</categories>
</game>
<game>
<title>Call of duty</title>
<screenshot>http://fake.com/callofduty1.jpg</screenshot>
<screenshot>http://fake.com/callofduty2.jpg</screenshot>
<screenshot>http://fake.com/callofduty3.jpg</screenshot>
<categories>FPS</categories>
</game>
</data>