Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/charleebrown/numberguess
NumberGuess - Guess at the correct number within 5 tries.
https://github.com/charleebrown/numberguess
expressjs game javascript
Last synced: 4 days ago
JSON representation
NumberGuess - Guess at the correct number within 5 tries.
- Host: GitHub
- URL: https://github.com/charleebrown/numberguess
- Owner: CharleeBrown
- Created: 2023-07-05T14:34:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-12T22:56:14.000Z (6 months ago)
- Last Synced: 2024-05-12T23:34:56.457Z (6 months ago)
- Topics: expressjs, game, javascript
- Language: JavaScript
- Homepage:
- Size: 309 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NumberGuess
# A logic game where you have to guess the 4-digit numberTo run it:
- Clone the repo
- Run 'npm install'
- Run 'npm start' and it should show up on localhost:3000