gamma032steam / Playing-Card-Guessing

Player for a card guessing game.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

comp30020-ass1

Card game for Declarative Programming, Semester 2 2019 @ UniMelb

The key file is Proj1.hs.

This program plays a card guessing game. One player knows about n cards and provides feedback (suits correct, number of cards less than lowest rank of the guess, ect) to a guesser. This program generates all possible answers, makes the guess that will remove the most possiblilities, then discards answers that contradict the feedback.

About

Player for a card guessing game.


Languages

Language:Haskell 78.3%Language:Python 21.7%