A game where you guess the number, but it tells you how warm you are, rather than higher or lower
A standard guess the number between 1 and 100 game. However, it won't tell you whether your guess is higher or lower but how hot/cold it is based on how close you are. I originally wrote this in JavaScript, then TypeScript. This version I used to test out Vue.
- Vue
- TypeScript
- SCSS
- Vite
To view this project visit the demo or download the files, open a terminal in that folder and install locally using npm:
npm install
Then run the app locally:
npm run dev
Project is: finished