Parcassonne
Carcassonne clone written in python 3
nakayama
(movep)
Carcassonne is classic board game.
Parcassonne is Carcassonne clone written in python 3.
This app(parcassonne) base on pycassonne 0.9.1.
Parcassonne try to enhance AI, but it still very weak.
So I suggest to 1 human vs 4 computer players.
Pycassonne URL below:
https://sourceforge.net/projects/pycassonne/
Changes
Links
- Home Page
- https://gitlab.com/movep/parcassonne
Releases
Parcassonne v0.9.3s — 18 Jan, 2019
Parcassonne v0.9.2c — 14 Jan, 2019
Parcassonne v0.9.4k — 21 Jan, 2019
Parcassonne v0.9.5k — 28 Jan, 2019
Parcassonne v0.9.6h — 1 Feb, 2019
Pygame.org account Comments
-
p.k.meng 2019-02-03 02:17
README.md is in Chinese and launching gives error: $ python parcassonne.py pygame 1.9.4 Hello from the pygame community. https://www.pygame.org/contribute.html Traceback (most recent call last): File "parcassonne.py", line 90, in gameBoard.draw() File "/home/mray/Games/parcassonne/gameBoardClass.py", line 138, in draw self.cardDeck.draw() File "/home/mray/Games/parcassonne/cardDeckClass.py", line 471, in draw screen.blit(Player.write(str(len(self.cards)), CardDeck.font_size, CardDeck.font_color), (self.left + (self.width - CardDeck.font_size) // 2, self.top + (self.height - CardDeck.font_size) // 2)) TypeError: unbound method write() must be called with Player instance as first argument (got str instance instead) How do I run it?