farin / JCloisterZone

Java implementation of Carcassonne board game
https://jcloisterzone.com
MIT License
305 stars 100 forks source link

Feature Request: Multiple tiles in hand #291

Open davidals opened 4 years ago

davidals commented 4 years ago

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.

Alucard648 commented 4 years ago

Similar feature was implemented as "Strategic Variant" option in BoardGameArena adaptation of Carcassonne. https://boardgamearena.com/gamepanel?game=carcassonne

farin commented 4 years ago

I like this variant but I am afraid I don't have capacity to implement such feature soon

davidals commented 4 years ago

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 .

farin commented 4 years ago

@davidals I am afraid this task i pretty complex, affecting all layers of app. UI, messaging protocol, server ...