#include <Game.h>
◆ Game() [1/2]
Game::Game |
( |
const std::string & |
map_file | ) |
|
|
explicit |
◆ Game() [2/2]
Game::Game |
( |
const std::string & |
map_file, |
|
|
Config |
config |
|
) |
| |
◆ ~Game()
◆ _caption()
void Game::_caption |
( |
| ) |
const |
|
virtual |
◆ _onEpisodeEnd()
void Game::_onEpisodeEnd |
( |
| ) |
const |
|
virtual |
◆ _onEpisodeStart()
void Game::_onEpisodeStart |
( |
| ) |
const |
|
virtual |
◆ _onResourceDepleted()
void Game::_onResourceDepleted |
( |
const Tile & |
tile, |
|
|
const Unit & |
unit |
|
) |
| const |
|
virtual |
◆ _onResourceGather()
void Game::_onResourceGather |
( |
const Tile & |
tile, |
|
|
const Unit & |
unit |
|
) |
| const |
|
virtual |
◆ _onTileChange()
void Game::_onTileChange |
( |
const Tile & |
tile | ) |
const |
|
virtual |
◆ _onUnitAttack()
void Game::_onUnitAttack |
( |
const Unit & |
unit | ) |
const |
|
virtual |
◆ _onUnitCreate()
void Game::_onUnitCreate |
( |
const Unit & |
unit | ) |
const |
|
virtual |
◆ _onUnitDestroy()
void Game::_onUnitDestroy |
( |
const Unit & |
unit | ) |
const |
|
virtual |
◆ _render()
const cv::Mat & Game::_render |
( |
| ) |
const |
|
virtual |
Game Render implementation.
◆ _reset()
◆ _update()
◆ addPlayer()
◆ caption()
Print the Game Statistics.
◆ getEpisode()
uint32_t Game::getEpisode |
( |
| ) |
const |
◆ getFPS()
uint32_t Game::getFPS |
( |
| ) |
const |
◆ getGameDuration()
uint64_t Game::getGameDuration |
( |
| ) |
const |
◆ getHeight()
uint32_t Game::getHeight |
( |
| ) |
const |
◆ getId()
uint32_t Game::getId |
( |
| ) |
const |
◆ getMaxFPS()
uint32_t Game::getMaxFPS |
( |
| ) |
const |
◆ getTicks()
uint64_t Game::getTicks |
( |
| ) |
const |
◆ getTicksModifier()
long Game::getTicksModifier |
( |
| ) |
const |
◆ getUnit()
Unit & Game::getUnit |
( |
int |
idx | ) |
|
Get a Unit via index.
Getters
◆ getUnitByNameID()
Unit * Game::getUnitByNameID |
( |
const std::string & |
nameID | ) |
|
◆ getWidth()
uint32_t Game::getWidth |
( |
| ) |
const |
◆ insertPlayer()
void Game::insertPlayer |
( |
Player & |
player | ) |
|
◆ isTerminal()
bool Game::isTerminal |
( |
| ) |
|
◆ render()
const cv::Mat & Game::render |
( |
| ) |
|
◆ reset()
◆ setMaxFPS()
void Game::setMaxFPS |
( |
int |
fps_ | ) |
|
Set the Game FPS.
Setters
◆ setSelectedPlayer()
void Game::setSelectedPlayer |
( |
Player & |
player | ) |
|
◆ start()
◆ stop()
◆ tick()
◆ update()
◆ config
Properties
Const Config (Order 0)
◆ currentFPS
uint32_t Game::currentFPS = 0 |
◆ episode
uint32_t Game::episode = 1 |
◆ gui
◆ id
◆ map
◆ max_fps
uint32_t Game::max_fps {} |
◆ players
std::vector<Player> Game::players |
List of Players inside the game session.
◆ renderPlaceholder
const cv::Mat Game::renderPlaceholder |
empty opencv container in case of no GUI
◆ selectedPlayer
Player* Game::selectedPlayer {} |
◆ state
xt::xarray<double, xt::layout_type::row_major> Game::state |
◆ stateManager
◆ terminal
bool Game::terminal = false |
◆ ticks
◆ tilemap
◆ units
std::vector<Unit> Game::units |
List of Units inside the game session.
◆ unitsNameMap
std::unordered_map<std::string, Unit*> Game::unitsNameMap |
The documentation for this class was generated from the following files:
- /home/per/git/code/deep-rts/include/DeepRTS/Game.h
- /home/per/git/code/deep-rts/src/Game.cpp