Skip to content

Kasoti is a guessing game powered by AI. Guess the person’s name by asking Yes/No questions, or let the AI guess by asking you questions.

Notifications You must be signed in to change notification settings

HamidByte/kasoti

Repository files navigation

Kasoti Game

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!

Setup

  1. Clone the repository:
git clone https://github.com/HamidByte/kasoti.git
  1. Navigate to the project directory:
cd kasoti
  1. Install dependencies:
npm install
  1. Start the development server:
npm run dev
  1. Build for production:
npm run build
  1. Run unit tests:
npm run test:unit
  1. Lint and fix code:
npm run lint

Releases

No releases published

Packages

No packages published