This repository has been archived on 2025-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
breakthroughpine64backup/test.cpp

17 lines
258 B
C++
Executable file

#include "Engine.h"
using namespace std;
int main()
{
//Board b;
Engine e;
/*
int pn = 0;
cout << "Welcome to Breakthrough server launcher, please enter a host port number: \n";
cin >> pn;
cin.clear();
cin.ignore(10000,'\n');
*/
e.startGame();
}