Add a script to run games

This commit is contained in:
He4eT 2021-02-23 14:45:38 +05:00
commit d8af07c1be

View file

@ -21,6 +21,7 @@
"mute-stream": "0.0.8" "mute-stream": "0.0.8"
}, },
"scripts": { "scripts": {
"play": "node ./tests/player.stdio.js",
"test": "./tests/runtests.sh" "test": "./tests/runtests.sh"
} }
} }