i already made a PR for adding these 2 files and the lockfileVersion getting updated
but this new pull request just add new features:
now in games.sh you can select either the js version or python, of games such as Hangman and TicTacToe. and thanks to $(dirname $0) you can run the script without being in the directory
now install-games.sh can detect if npm have installed the node_modules folder on the games directory.
updated the README.md file too
i already made a PR for adding these 2 files and the lockfileVersion getting updated but this new pull request just add new features: now in games.sh you can select either the js version or python, of games such as Hangman and TicTacToe. and thanks to
$(dirname $0)
you can run the script without being in the directorynow install-games.sh can detect if npm have installed the node_modules folder on the games directory. updated the README.md file too