Sista v3.0.0-alpha.1
Sista is a C++ lightweight OS-agnostic library for terminal animations and videogames
|
Pawn class header file. More...
Go to the source code of this file.
Classes | |
class | sista::Pawn |
Represents an object on the field with a symbol, coordinates, and ANSI settings. More... | |
Namespaces | |
namespace | sista |
Sista library namespace. | |
Pawn class header file.
This file contains the declaration of the Pawn class, which represents an object on the field. Pawns have a symbol, coordinates, and ANSI settings for their appearance in the terminal. Pawns can be printed to the terminal with their associated ANSI settings.