summaryrefslogtreecommitdiff
path: root/share/hackvr/examples/tictactoe
Commit message (Collapse)AuthorAgeFilesLines
* 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.