Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thenameisajay/puzzlo
The objective of Puzzlo is straightforward yet compelling. Players must discover the daily pin or password. The earlier in the day, they manage to find the password, the higher their score becomes, as it is calculated based on the period within the day and the number of tries.
https://github.com/thenameisajay/puzzlo
collaborate game github hacktoberfest heroku javascript learn mern-stack mongodb react
Last synced: 14 days ago
JSON representation
The objective of Puzzlo is straightforward yet compelling. Players must discover the daily pin or password. The earlier in the day, they manage to find the password, the higher their score becomes, as it is calculated based on the period within the day and the number of tries.
- Host: GitHub
- URL: https://github.com/thenameisajay/puzzlo
- Owner: thenameisajay
- License: mit
- Created: 2023-07-26T22:00:18.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-16T12:30:34.000Z (10 months ago)
- Last Synced: 2024-10-11T01:53:57.832Z (about 1 month ago)
- Topics: collaborate, game, github, hacktoberfest, heroku, javascript, learn, mern-stack, mongodb, react
- Language: JavaScript
- Homepage: https://puzzlo.me
- Size: 416 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Puzzlo
## Prepared by:
- [x] [Furkan Tekinay]
- [x] [Ajay Pradeep Mahadeven]## Project Description:
- [Project_21 Game] is an AWESOME number guessing game.## How to run the code:
- cd api
- npm install .
- node app.js (or) nodemon app.js## Database
- mongosh
- show dbs
- use project_21
- show collections
- db.connectionname.find()## delete database
- db.dropDatabase()## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.