Giter Site home page Giter Site logo

Comments (1)

farin avatar farin commented on July 28, 2024

Storing here sample game (contains example of such problematic draw order)

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<game app-version="dev-snapshot" phase="com.jcloisterzone.game.phase.TilePhase">
<expansion name="BASIC"/>
<expansion name="RIVER"/>
<expansion name="RIVER_II"/>
<expansion name="PHANTOM"/>
<capability name="com.jcloisterzone.game.capability.PhantomCapability"/>
<capability name="com.jcloisterzone.game.capability.RiverCapability"/>
<players turn="0">
<player ai-class="com.jcloisterzone.ai.legacyplayer.LegacyAiPlayer" name="AI-0-LegacyAiPlayer" points="0" slot="0"/>
<player ai-class="com.jcloisterzone.ai.legacyplayer.LegacyAiPlayer" name="AI-1-LegacyAiPlayer" points="0" slot="1"/>
</players>
<tiles next="R1.II">
<group name="default" state="WAITING"/>
<group name="river-start" state="RETIRED"/>
<group name="river" state="ACTIVE"/>
<tile name="R2.I.s" rotation="R0" x="0" y="0"/>
<tile name="R2.III" rotation="R270" x="1" y="0"/>
<tile name="R2.RIrI" rotation="R180" x="1" y="-1"/>
<tile name="R2.II" rotation="R270" x="1" y="-2"/>
<tile name="R2.RrII" rotation="R90" x="2" y="-2"/>
<tile name="R1.RIrI" rotation="R180" x="2" y="-3"/>
<tile name="R1.II" rotation="R270" x="2" y="-4"/>
<tile name="R2.IFC" rotation="R0" x="3" y="-4">
<meeple loc="E" player="0" type="com.jcloisterzone.figure.SmallFollower"/>
</tile>
<tile name="R2.CcII+" rotation="R270" x="1" y="1">
<meeple loc="SW" player="1" type="com.jcloisterzone.figure.SmallFollower"/>
</tile>
<tile name="R1.IFI" rotation="R180" x="2" y="1"/>
<tile name="R1.LIRI" rotation="R180" x="3" y="1">
<meeple loc="CLOISTER" player="1" type="com.jcloisterzone.figure.SmallFollower"/>
</tile>
<tile name="R1.CICI" rotation="R180" x="4" y="1">
<meeple loc="N" player="0" type="com.jcloisterzone.figure.SmallFollower"/>
</tile>
<tile name="R2.LIFI" rotation="R180" x="5" y="1">
<meeple loc="CLOISTER" player="1" type="com.jcloisterzone.figure.SmallFollower"/>
</tile>
<tile name="R1.RrII" rotation="R90" x="6" y="1"/>
<tile name="R1.CIRI" rotation="R270" x="6" y="0">
<meeple loc="W" player="1" type="com.jcloisterzone.figure.SmallFollower"/>
</tile>
<tile name="R2.CIcI" rotation="R180" x="6" y="-1">
<meeple loc="WE" player="0" type="com.jcloisterzone.figure.SmallFollower"/>
</tile>
<tile name="R1.IFI" rotation="R270" x="6" y="-2"/>
<tile name="R1.CcII" rotation="R90" x="6" y="-3"/>
<tile name="R2.CIRI" rotation="R180" x="5" y="-3">
<meeple loc="S" player="1" type="com.jcloisterzone.figure.SmallFollower"/>
</tile>
</tiles>
</game>

from jcloisterzone.

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.