Kasoti is a guessing game powered by AI, built with Vue.js. Players can switch between two modes: in AI Mode, players ask Yes or No questions, and the AI provides answers to narrow down possibilities and guess a predefined name. In Player Mode, the roles reverse, and the AI asks players questions to guess the name. An intelligent system enhances the gameplay by providing precise answers or generating questions. Test your knowledge and see if you can outsmart the game!
- Clone the repository:
git clone https://github.com/HamidByte/kasoti.git
- Navigate to the project directory:
cd kasoti
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Build for production:
npm run build
- Run unit tests:
npm run test:unit
- Lint and fix code:
npm run lint