summaryrefslogtreecommitdiff
path: root/share/hackvr/examples/tictactoe
Commit message (Collapse)AuthorAgeFilesLines
* removed an annoying xmessageepoch2020-10-091-1/+1
|
* why was I printing an informative message to stdout?epoch2020-04-131-1/+1
|
* I do not remember why I have two of these boards, but both should work with ↵epoch2020-04-132-18/+18
| | | | the recent changed to game.sh
* rewrote tic-tac-toe a bit until it worked againepoch2020-04-121-24/+28
|
* changed a couple old scripts to not used a named pipe anymoreepoch2020-04-021-1/+1
|
* left in a debug tee to stderrepoch2020-01-301-1/+1
|
* tic-tac-toe updateepoch2020-01-302-9/+13
|
* switched run script for tictactoe to use socatepoch2019-05-181-3/+1
|
* merge with testingepochqwert2019-02-071-1/+1
|\
| * tictactoe changes likely to get overwrittenepoch2019-02-073-4/+4
| |
* | changed listen.sh to not use named pipes and game.sh to not use uniq since ↵epochqwert2019-02-072-20/+12
|/ | | | it was causing a single line delay... because that's how it work.
* changed the shebang from /bin/bash to /usr/bin/env bash on a lot of the ↵epoch2019-02-062-3/+3
| | | | examples.
* I forgot to add the examples dir somehow. they're back. tictactoe works ↵epoch2019-02-068-0/+89
again too.