From 9e49dcb25e7ccea65948adb07be6206f867b79f5 Mon Sep 17 00:00:00 2001 From: epoch Date: Thu, 29 Mar 2018 19:48:58 -0500 Subject: moved tictactoe and made the reset button not move user back to default position --- tictactoe/listen.sh | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100755 tictactoe/listen.sh (limited to 'tictactoe/listen.sh') diff --git a/tictactoe/listen.sh b/tictactoe/listen.sh deleted file mode 100755 index 0318cd2..0000000 --- a/tictactoe/listen.sh +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/sh - -#mabe not. might be buggier. -#cat board p1out | ncat -lp 1050 > p1in & -#cat board p2out | ncat -lp 1051 > p2in & -echo listening in port 1050 for player 1 and 1051 for player 2 - -mknod pin p -mknod p1out p -mknod p2out p - -cat board p1out | ncat -lp 1050 > pin & -cat board p2out | ncat -lp 1051 > pin & - -cat pin | ./game.sh | tee p1out p2out - -rm pin -rm p1out -rm p2out -- cgit v1.2.3