added a clear screen to main TEMPROARILY

This commit is contained in:
2024-06-30 11:02:57 -04:00
parent 087207dace
commit 0523113f62
4 changed files with 3 additions and 8 deletions

View File

@ -21,6 +21,8 @@ int main() {
player(new shade{mmap->get_available_positions()});
for (char ch = ' '; ch != 'q'; ch = getchar()) {
//system("CLS");
cout << "\033[2J";
display.clear();
mmap->print(display);
display.print_position(player->get_position(), '@');

View File

@ -1,8 +0,0 @@
#include <iostream>
using namespace std;
int main()
{
cout << "Hello, World!" << endl;
}

1
src/test.d Normal file
View File

@ -0,0 +1 @@
test.o: test.cc

BIN
src/test.o Normal file

Binary file not shown.