An open API service indexing awesome lists of open source software.

https://github.com/hamidbyte/kasoti

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.
https://github.com/hamidbyte/kasoti

general-knowledge general-knowledge-quiz guessing-game kasoti kasouti quiz quiz-app quiz-game quizapp scramble scrambles word-guesser word-guessing word-guessing-game

Last synced: 11 days ago
JSON representation

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.

Awesome Lists containing this project

README

          

# 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:**

```sh
git clone https://github.com/HamidByte/kasoti.git
```

2. **Navigate to the project directory:**

```sh
cd kasoti
```

3. **Install dependencies:**

```sh
npm install
```

4. **Start the development server:**

```sh
npm run dev
```

5. **Build for production:**

```sh
npm run build
```

6. **Run unit tests:**

```sh
npm run test:unit
```

7. **Lint and fix code:**

```sh
npm run lint
```