How can the input file alter from the correct example file?

How can the input file alter from the correct example file?

by Mathias Alejandro Vogel Hüni -
Number of replies: 1

How will the data in the input txt file be changed? Do we just have to consider that ONLY the data of each sepperate type of object can be wrong?

With only object data I mean a ball outside of the world or other things that have predefined errors. I read in another post that the nbPlayers for example wont be different than the actual number of players. Will the order of data also always be the same? Or do I firstly have to find out which kind of data will follow, for example if there was a case where the ball coordinates come at first place and not nbCell?


In reply to Mathias Alejandro Vogel Hüni

Re: How can the input file alter from the correct example file?

by Ronan Boulic -

l'ordre des données dans les fichiers de test respectera le format indiqué en section 4.

Les vérifications à effectuer sont indiquées dans la donnée (reprise dans le document rendu1).

- coordonnées du centre d'un joueur / d'une balle doivent être dans le terrain

- les indices des obstacles doivent être cohérents avec l'intervalle résultant de nbCell

- les obstacles ne doivent être défini qu'une seule fois

- il ne doit pas y avoir de collision entre les joueur/balle/obstacle (voir donnée)