## Unfinished Game

This is an unfinished/prototype game for a mystery game idea I had for a while. I made this for Mystery Game Jam 2025 but didn't have enough time to finish it.

The game only includes most of the intro (which features 2 mini mysteries). The game was also supposed to have a first chapter that features a big mystery with the `Last Message` theme. I made the story and plot for it but didn't enough time to make the script and implementation in the game.

## Assets

AI ART is used in this game in 3 assets:

- One of the blurred backgrounds is AI generated

- The vertically scrolling background in the beginning is AI generated

- The teacher's sprite is AI generated

These 3 assets were supposed to be placeholders, but I didn't have time to replace them with human art.

The other backgrounds are from https://panditastudio.itch.io/assets-pack-vol1-vn-backgrounds-school.

The door open/close sfxs are free sound effects.

The rest of the assets I made myself.

## Mystery Answers

The player's answers to mysteries are written as plain text. The answers are sent to a remote LLM to be verified remotely.

Because of this, to play the game the player is required to authenticate using Discord (oauth2). It's basically just 2 clicks and it prevents spam on my server

## Privacy Policy

### Data Collection

After authentication, we access the Discord `/users/@me` endpoint to retrieve your unique Discord user ID. While additional profile fields are fetched from this endpoint, they are immediately discarded. The server does not have access to your user's email address at all.

### Data Storage and Retention

Your Discord user ID is used to create a temporary JWT session token and track your interactions for rate limiting purposes.

Recent timestamps of interactions with our API per user are kept in memory for a maximum of 4 hours for rate limiting purposes.

We do not store any data in a database or file system.

No information is shared with third parties except the player's answer which is sent to the Mistral AI API to evaluate correctness. No user-identifying data is included in these requests.

All communication between the client, server, Discord, and the Mistral API is securely transmitted over HTTPS.

### Data Deletion Requests

Because no persistent user data is stored, there is no data to delete.

If you have concerns you can contact me over at `flafyarazi@gmail.com`.

StatusPrototype
PlatformsHTML5
AuthorFlafy
GenreVisual Novel
Made withGodot

Leave a comment

Log in with itch.io to leave a comment.