Skip to content

Web based Interactive puzzle game to assess soft skills

Notifications You must be signed in to change notification settings

partheev/puzzle-game-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Think Deep - An interactive puzzle game to test soft skills

Screenshots

Home

home

Puzzle

test

Analytics

admin1

Analytics (Leadership board)

admin2

Soft skills assessed by the puzzle

  • Tests your picture-analyzing skills
  • Tests your observation skills toward minute details
  • Needs general knowledge and knowledge on current affairs to solve the puzzle - Tests user awareness in the society
  • User is given some hints which he/she needs to analyze before time is up - Tests time management skills

How to solve the puzzle?

  1. User is given chunks of images which he/she needs to arrange properly to guess the word
  1. Puzzle has a total of 6 levels. 2 - Easy, 3 - Medium, 1 - Hard. Each level has different scores based on the difficulty.
  2. User can take provided hints to solve the puzzle. Unlocking each hint reduces his/her points for that level.
  3. Every level has a time limit and limited attempts to guess the word.
  4. If all given attempts are used or time is up, then it is considered a fail for that particular level
  5. Losing in two consecutive levels leads to a GAME OVER.
  6. Based on the user scores it's considered as PASS or FAIL for that attempt.

Featuers

  • Registration and log in using email and password
  • User's dashboard to analyze his/her past attempts results ( data shown using tables and charts)
  • Resume puzzle in case something unexpected happens and the browser closes
  • The user is asked whether to start a new game or resume the previous one
  • Puzzle instructions are shown before and during the puzzle game
  • Drag and drop feature to arrange images for the puzzle
  • Leadership board and puzzle results are shown at the end of the puzzle game
  • Time limit and limited attempts features implemented
  • Soft skills score is calculated by considering below factors
    • Time taken to solve
    • How many hints used
    • Level points

Admin Features

  • Admin can analyze the user's performance using the charts and provided data
  • Provides platform usage data like how many users registered and how many attempted the puzzle
  • Bar charts used to show avg. time spent and avg. score of all users for each level

Step up project

Node.js runtime required to run below commands Click here to download

The project is divided into Frontend and Backend. You need to run individually.

Clone the repo and run commands in the root directory.

Run Frontend

  1. cd frontend
  2. npm install - To install dependencies
  3. npm run dev - To start the frontend app in development mode

    Configure VITE_BACKEND_URL in the .env file

Run Backend

  1. cd backend - Run the command from the root dir
  2. npm install - To install dependencies
  3. npm run start - To start the server

    configure PORT,MONGO_DB_URL,JWT_KEY in the .env file

Run Tests

Unit tests are written for some functions and APIs.

Run backend tests using the npm run test command in the backend dir

Run frontend tests using the npm run test command in the frontend dir

Used Languages and Frameworks

Frontend

  1. Frontend developed using React and Typescript
  2. Redux used for global state management
  3. Frontend app deployed in Netlify

Backend

  1. Backend application developed using Nodejs, Javascript, and Express.js backend framework
  2. MongoDB database used.
  3. Database schemas are implemented using Mongoose (ORM tool for Mongodb)
  4. Deployed at Render

About

Web based Interactive puzzle game to assess soft skills

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published