Thomas1995 / Rentz

The project implements the Rentz card game with a collection of mini-games based on trick-taking, using client-server communication and intelligent bots.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lowestCard

Thomas1995 opened this issue · comments

@ericpts

lowestCard static variable in Card class is set for server, but not for clients. Server should send this information to clients, because it is important for intelligent bots (as a card of 9 could be low for a game of 3, but high for a game of 6).