/Squirrel

[Dec 2021]MacOS desktop app built using Flutter, hosts games that simplify complex Math and Computer Sci concepts into engaging experiences. One game, 'Salary Offers,' mimics salary negotiations, challenging users with sequential offers to maximize their earnings, providing an intuitive grasp of the secretary hiring problem in Computer Sci

Primary LanguageC++

Squirrel App

To run the app :

  • clone the repo
  • basic setup
  • run flutter run in the root directory of the project.


UI/UX (figma) : https://www.figma.com/community/file/1231904666068784035/Squirrel


Description of one of the games(Salary offers) :

"Salary offers" is one of the games in the app that simulates a salary negotiation, where the user is presented with a series of 10 salary offers one by one and has to accept or reject each offer. At the end of the game, the user's score is calculated based on the ratio of their accepted salary to the maximum salary offered. This game can be used to build an initial intuition for the popular hiring problem in computer science.


Initial proposal : https://github.com/Schefflera-Arboricola/Squirrel/blob/main/static/proposal.pdf

Final app screenshots :