Tag

card-game

0 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Apr 19, 2025 · Artificial Intelligence

Building an AI‑Powered Dou Dizhu Card‑Playing Assistant with YOLOv5 and DouZero

This tutorial explains how to create an AI‑driven Dou Dizhu (Chinese poker) assistant that captures game screenshots, uses YOLOv5 for card detection, leverages the DouZero model for optimal move prediction, and provides a PyQt5 UI for real‑time play assistance, including environment setup and code examples.

AIDouZeroPyQt5
0 likes · 13 min read
Building an AI‑Powered Dou Dizhu Card‑Playing Assistant with YOLOv5 and DouZero
Python Programming Learning Circle
Python Programming Learning Circle
Jul 27, 2024 · Game Development

Implementing a Zha Jin Hua (Three‑Card Poker) Game in Python

This article explains how to use Python to build a Zha Jin Hua card‑game simulator, covering the game rules, hand‑type definitions, scoring logic, player management, statistical analysis of 100 000 rounds, and provides the complete source code with detailed comments.

Game developmentScoringZha Jin Hua
0 likes · 13 min read
Implementing a Zha Jin Hua (Three‑Card Poker) Game in Python
Python Programming Learning Circle
Python Programming Learning Circle
May 29, 2024 · Game Development

Python Implementation of the Zha Jin Hua Card Game

This article demonstrates how to create a Python program that simulates the Chinese card game Zha Jin Hua, covering deck preparation, player handling, card dealing, hand evaluation, scoring rules, and statistical analysis of game outcomes, with complete source code and example results.

PythonZha Jin Huaalgorithm
0 likes · 12 min read
Python Implementation of the Zha Jin Hua Card Game
Python Programming Learning Circle
Python Programming Learning Circle
Nov 24, 2023 · Game Development

Implementing the Chinese Card Game “Zha Jin Hua” (Three‑Card Poker) with Python

This article explains the rules of the popular Chinese card game Zha Jin Hua, demonstrates how to generate a standard deck, deal cards to multiple players, evaluate hand types, calculate scores with multipliers, run large‑scale simulations for frequency analysis, and provides the complete Python source code for the entire workflow.

Game developmentScore CalculationZha Jin Hua
0 likes · 12 min read
Implementing the Chinese Card Game “Zha Jin Hua” (Three‑Card Poker) with Python
Python Programming Learning Circle
Python Programming Learning Circle
Sep 1, 2022 · Game Development

Python Implementation of a Simplified ZhaJinHua Card Game with Scoring and Statistics

This article explains how to build a Python version of the popular Chinese card game ZhaJinHua, covering deck preparation, player enrollment, card dealing, hand‑type detection, scoring rules, winner determination, and statistical analysis of thousands of simulated rounds.

Game developmentPythonScoring
0 likes · 12 min read
Python Implementation of a Simplified ZhaJinHua Card Game with Scoring and Statistics