created config, teams xml file, and teamsParser class

#implement
This commit is contained in:
Haoming Yin
2017-03-17 01:04:10 +13:00
parent 16abfcffda
commit 121f996a43
3 changed files with 33 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<configurations>
<race-name>AC35</race-name>
<race-size>6</race-size>
<time-scale>2.0</time-scale>
</configurations>
+14
View File
@@ -0,0 +1,14 @@
<?xml version="1.0" ?>
<teams>
<team>
<name>Oracle Team USA</name>
<alais>USA</alais>
<speed>23.4</speed>
</team>
<team>
<name>Emirates Team New Zealand</name>
<alais>NZL</alais>
<speed>25.2</speed>
</team>
</teams>