/*********************************************************************************************************
* This file is part of the
*
* ███╗ ███╗ ██████╗ ██████╗ ███████╗██████╗ ███╗ ██╗ ██████╗ ██████╗ ██████╗ ██╗ ██╗███████╗
* ████╗ ████║██╔═══██╗██╔══██╗██╔════╝██╔══██╗████╗ ██║ ██╔══██╗██╔═══██╗██╔════╝ ██║ ██║██╔════╝
* ██╔████╔██║██║ ██║██║ ██║█████╗ ██████╔╝██╔██╗ ██║█████╗██████╔╝██║ ██║██║ ███╗██║ ██║█████╗
* ██║╚██╔╝██║██║ ██║██║ ██║██╔══╝ ██╔══██╗██║╚██╗██║╚════╝██╔══██╗██║ ██║██║ ██║██║ ██║██╔══╝
* ██║ ╚═╝ ██║╚██████╔╝██████╔╝███████╗██║ ██║██║ ╚████║ ██║ ██║╚██████╔╝╚██████╔╝╚██████╔╝███████╗
* ╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ╚══════╝╚═╝ ╚═╝╚═╝ ╚═══╝ ╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ╚═════╝ ╚══════╝
*
* project : https://github.com/jacmoe/modern-rogue
*
* Copyright 2017 Jacob Moen
*
**********************************************************************************************************/
Text rogue in modern C++
Initially to be based on the Complete roguelike tutorial using C++ and libtcod, and later refactored to use modern C++.
The ultimate end-goal of this exercise/project is to create a great rogue game :)