#include "game_controller.h" using namespace std; void main() { GameController gc; gc.test_init(); gc.run_n_steps(5); char x; cin >> x; }