Giter VIP home page Giter VIP logo

Comments (5)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 20, 2024
Se ha generado una nueva sintaxis para los ficheros de formación. En cada 
línea, se indicará el valor de la ficha seguido de dos puntos, la coordenada 
horizontal, una coma, y la coordenada vertical:

1:2,1
3:2,2
...

Los ficheros deberán tener extensión .form

Original comment by [email protected] on 28 Apr 2011 at 7:13

  • Changed state: Fixed

from gsiege.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 20, 2024
Evluar si es difícil usar otro formato más sencillo que evite posibles 
errores: como las posiciones de las fichas son fijas y consecutivas, se 
podrían evitar incluyendo únicamente los valores de las fichas por filas (que 
se corresponden con las filas del tablero) con un separador de columnas. Por 
ejemplo:

El fichero siguiente:
1:2,1
3:2,2
3:2,3
2:2,4
2:2,5
2:2,6
2:2,7
2:2,8
4:1,1
4:1,2
5:1,3
6:1,4
5:1,5
2:1,6
2:1,7
2:1,8

Podría representarse como
1:3:3:2:2:2:2:2
4:4:5:6:5:2:2:2

Original comment by [email protected] on 30 Apr 2011 at 8:57

  • Changed state: Started

from gsiege.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 20, 2024
Es una buena idea, pero habría que ver desde qué perspectiva se estaría 
colocando el equipo, es decir, al representar la formación en dos filas, ¿son 
las dos filas de arriba o las de abajo?

Por cierto, hay que tener en cuenta también que para el equipo de arriba, la 
posición 1,1 es la esquina superior izquierda, mientras que para el equipo de 
abajo, 1,1 es la esquina inferior derecha. Por ello, la representación a dos 
filas que has puesto realmente habría que espejarla horizontalmente.

Original comment by [email protected] on 1 May 2011 at 12:07

from gsiege.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 20, 2024
Done

Original comment by [email protected] on 1 May 2011 at 8:52

  • Changed state: Fixed

from gsiege.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 20, 2024

Original comment by [email protected] on 23 Jun 2011 at 8:27

  • Changed state: Verified

from gsiege.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.