Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 492 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 492 Bytes

Euchre-Bot

An implementation of the card game euchre and a bot to play it.

Bots

All bots play within the rules and do not cheat.

Random Play

Exactly what you think, will play a random card selected from the set of legal to play cards.

Simple Stat

The simple stat bot uses some knowledge of the rules of the game to determine the what cards the other players may or may not have, then makes a move based upon that. Rather simplistic and arbitrary.