poCker
Loading...
Searching...
No Matches
File List
Here is a list of all documented files with brief descriptions:
[detail level 12]
  src
 ai.h
 dealer.hContains function-equivalents of what a real-life table dealer would do in a real poker game
 gamerules.hContains the GameRuleSet struct and functions related to its initialization through console prompts
 gamestate.hContains the logic of a poker game in a form of DI'able functions. See their arrangement and implementation in main.c
 handranking.hContains functions responsible for recognition of poker rankings based on Player hole cards and currently revealed community cards
 messages.hAllows to use string literals loaded from a separate text file through a dictionary of key/message pairs
 player.hContains a Player struct and related functions
 playerio.hContains functions responsible for two-way communication with the human player through console inputs and outputs
 playingcard.hContains functions, constants and structs related to PlayingCards
 utils.hContains a collection of miscellaneous functions