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 96ddcfd632 restructuring
2015-10-27 10:40:55 -05:00

15 lines
174 B
C++
Executable file

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