This website requires JavaScript.
Explore
Minetest
Help
Sign In
Droog71
/
magarena
Watch
1
Star
0
Fork
You've already forked magarena
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4b1b690c9b
magarena
/
exp
/
extract_mcts.awk
16 lines
138 B
Awk
Raw
Blame
History
/^MCTS/
{
show
=
1
}
/^\*/
{
if
(
show
)
{
show
=
0
print
$
0
}
}
/lost the game/
{
print
print
""
}
Reference in New Issue
View Git Blame
Copy Permalink