Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Geedium authored Jan 21, 2021
1 parent 36d6fd1 commit 631a995
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Connect.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@echo off
set /P ip=Enter IP address:
start Tic-tac-toe.exe --client %ip%
2 changes: 2 additions & 0 deletions Server.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@echo off
start Tic-tac-toe.exe --server

0 comments on commit 631a995

Please sign in to comment.