|
CardGame
Rogue-like card videogame
|
Rendered representation of a hand for terminal output. More...
#include <handRenderer.h>
Public Attributes | |
| std::optional< std::vector< std::string > > | firstRow |
| std::optional< std::vector< std::string > > | secondRow |
Rendered representation of a hand for terminal output.
A hand may be rendered on one or two rows depending on the number of cards. Each row is represented as an ASCII grid (vector of strings).
| std::optional<std::vector<std::string> > RenderedHand::firstRow |
| std::optional<std::vector<std::string> > RenderedHand::secondRow |