Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.