Bieden Card Game Made With Python Using PygameBieden Card Game Made With Python Using Pygame
The flemish card game "Bieden" made with python using pygameBieden Card Game Made With Python Using Pygame
The flemish card game "Bieden" made with python using pygameOverview
Bieden is a card game played mainly in flanders. While variants like "manielen" have their online versions, there wasn't a public site to play bieden yet. That's why I've used python to create this wonderful game for you and your friends.
The game is a cardgame for four players. It consists of three phases: the dealing, the bidding and laying cards. First everyone gets their cards, using a specific dealing method. Then the players can bid, which means they say how much points they will be able to get. The person who has bid the most, can start the game by laying a first card. Then all cards are laid one by one until there are no cards left. The points of the cards get counted to determine whether the highest bidder has gotten the points he said he would.
For a more detailed version of the rules, one can read the documentation or the wikipedia page, but the rules differ a little bit.
Features
You can play the game bieden.
Requirements
Python and pygame
Instructions
Download python and install pygame, then you can open the server and the client. Open the server (server.py) and client network (network.py) with your editor. Change the ipv4 adress to your own ipv4 (or ip if forwarding) and choose a port e.g. 25565, which will be the same in the client and the server. The host will run the server and run the client (client.py). The other three players will just run the client. Then you can play the game. The instructions will tell you what you need to do: if you need to give a number or name you can type and if you need to pick a card you can click on the desired card.
Category | Scripts & Code / Python |
First release | 11 March 2021 |
Last update | 15 March 2021 |
Tags | cards, bidding |