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
Rebecca Schofield da2a1aec2b stable AI
2015-10-28 17:12:44 -05:00

10 lines
97 B
C++

#include "Engine.h"
using namespace std;
int main()
{
//Board b;
Engine e;
e.startGame();
}