Skip to content

Commit 2223e4c

Browse files
colonelbucket8| hangman-game| first-push
1 parent deb34a6 commit 2223e4c

24 files changed

+27351
-0
lines changed

hangman-game/.gitignore

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2+
3+
# dependencies
4+
/node_modules
5+
/.pnp
6+
.pnp.js
7+
8+
# testing
9+
/coverage
10+
11+
# production
12+
/build
13+
14+
# misc
15+
.DS_Store
16+
.env.local
17+
.env.development.local
18+
.env.test.local
19+
.env.production.local
20+
21+
npm-debug.log*
22+
yarn-debug.log*
23+
yarn-error.log*

hangman-game/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# hangman-game
2+
Play hangman game
3+
4+
# How to play
5+
* Navigate to the folder
6+
* Install dependencies by typing ```npm install``` at the terminal
7+
* Launch the app ```npm start```

0 commit comments

Comments
 (0)