Pasoor++

Pasoor++ is a full-featured C++ engine for the traditional Persian card game Pasoor (Game of 11).
It supports:

  • Complete gameplay logic
  • Soor detection and scoring
  • Undo system and rollback capabilities
  • AI player simulation using Monte Carlo rollout evaluation
  • A Redis-based interface for external evaluation requests
  • Opponent card prediction using a heuristic model

The engine is designed to allow integration with other languages or web platforms and supports Docker-based deployments.

Source on GitHub

Project link: https://github.com/kavehs87/PasoorEngine

Nifty tech tag lists fromĀ Wouter Beeftink