Open davidals opened 4 years ago
Similar feature was implemented as "Strategic Variant" option in BoardGameArena adaptation of Carcassonne. https://boardgamearena.com/gamepanel?game=carcassonne
I like this variant but I am afraid I don't have capacity to implement such feature soon
If you give me some pointers I can give it a shot :)
On Tue, 31 Mar 2020 at 21:21, Roman Krejčík notifications@github.com wrote:
I like this variant but I am afraid I don't have capacity to implement such feature soon
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/farin/JCloisterZone/issues/291#issuecomment-606823497, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFHZNRXKZ32GZO2TVQFEELRKI7ENANCNFSM4LOYKGVQ .
@davidals I am afraid this task i pretty complex, affecting all layers of app. UI, messaging protocol, server ...
There's a common simple rule tweak that adds a bit of depth to the game: instead of drawing a tile and playing, keep a "hand" of 2/3 tiles (that only you can see) and on your turn you play one and draw one.
I'd love to see this option in here.
If you point me where to go, I can also implement it.