first working demo
This commit is contained in:
@ -4,6 +4,7 @@
|
||||
#include <string>
|
||||
#include <stdio.h>
|
||||
#include <time.h>
|
||||
#include <ncurses.h>
|
||||
#include "map.h"
|
||||
#include "races.h"
|
||||
#include "display.h"
|
||||
@ -23,6 +24,8 @@ int main() {
|
||||
display.clear();
|
||||
mmap->print(display);
|
||||
display.print_position(player->get_position(), '@');
|
||||
display.print(cout);
|
||||
cout << "Command: " << ch << endl;
|
||||
|
||||
auto available_positions = mmap->get_available_positions();
|
||||
|
||||
|
Reference in New Issue
Block a user