index
:
hackvr.git
master
Virtual Reality programm
epoch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
share
/
hackvr
/
examples
/
tictactoe
Commit message (
Collapse
)
Author
Age
Files
Lines
*
removed an annoying xmessage
epoch
2020-10-09
1
-1
/
+1
|
*
why was I printing an informative message to stdout?
epoch
2020-04-13
1
-1
/
+1
|
*
I do not remember why I have two of these boards, but both should work with ↵
epoch
2020-04-13
2
-18
/
+18
|
|
|
|
the recent changed to game.sh
*
rewrote tic-tac-toe a bit until it worked again
epoch
2020-04-12
1
-24
/
+28
|
*
changed a couple old scripts to not used a named pipe anymore
epoch
2020-04-02
1
-1
/
+1
|
*
left in a debug tee to stderr
epoch
2020-01-30
1
-1
/
+1
|
*
tic-tac-toe update
epoch
2020-01-30
2
-9
/
+13
|
*
switched run script for tictactoe to use socat
epoch
2019-05-18
1
-3
/
+1
|
*
merge with testing
epochqwert
2019-02-07
1
-1
/
+1
|
\
|
*
tictactoe changes likely to get overwritten
epoch
2019-02-07
3
-4
/
+4
|
|
*
|
changed listen.sh to not use named pipes and game.sh to not use uniq since ↵
epochqwert
2019-02-07
2
-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 ↵
epoch
2019-02-06
2
-3
/
+3
|
|
|
|
examples.
*
I forgot to add the examples dir somehow. they're back. tictactoe works ↵
epoch
2019-02-06
8
-0
/
+89
again too.