From 631a995f2bd4a29eea316f7a4b37607254e40b6a Mon Sep 17 00:00:00 2001 From: Gediminas Date: Thu, 21 Jan 2021 10:20:08 +0200 Subject: [PATCH] Add files via upload --- Connect.bat | 3 +++ Server.bat | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 Connect.bat create mode 100644 Server.bat diff --git a/Connect.bat b/Connect.bat new file mode 100644 index 0000000..53231f6 --- /dev/null +++ b/Connect.bat @@ -0,0 +1,3 @@ +@echo off +set /P ip=Enter IP address: +start Tic-tac-toe.exe --client %ip% \ No newline at end of file diff --git a/Server.bat b/Server.bat new file mode 100644 index 0000000..9a77e3c --- /dev/null +++ b/Server.bat @@ -0,0 +1,2 @@ +@echo off +start Tic-tac-toe.exe --server \ No newline at end of file