From ab0de822e1760f1bed9a7711e3908b6394d96f9c Mon Sep 17 00:00:00 2001 From: pwhjurltz <2624989522@qq.com> Date: Tue, 9 Jan 2024 20:37:43 +0800 Subject: [PATCH] ADD file via upload --- 源.cpp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 源.cpp diff --git a/源.cpp b/源.cpp new file mode 100644 index 0000000..da35be6 --- /dev/null +++ b/源.cpp @@ -0,0 +1,15 @@ +#include +#include +#include +#include"ChessGame.h" +int main(void) +{ + Man man; + Chess chess(15,47,48,48); + AI ai; + ChessGame game(&man,&ai,&chess); + + game.play(); + return 0; +} + \ No newline at end of file