Game logic started

This commit is contained in:
2021-11-23 18:54:50 -03:00
commit b3d77158b6
3 changed files with 98 additions and 0 deletions

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "py-42-rock-paper-and-scissors-cli-game",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"inquirer": "^8.2.0"
}
}