The home away from Gitlab where Frame of Mind can get finished without having to worry about size constraints.
Go to file
tiger tiger tiger 75ab0f74fa fix: resaved various scenes to fix UIDs. 2025-12-13 13:24:31 +01:00
.gitlab/issue_templates update bug report template, add crash report template 2025-06-02 17:20:08 +00:00
design subway visuals update 2025-10-29 22:46:01 +01:00
src fix: resaved various scenes to fix UIDs. 2025-12-13 13:24:31 +01:00
.envrc Add nix build and development files 2023-03-27 19:45:15 +02:00
.gitattributes properly setting up git lfs tracking 2024-02-09 14:13:25 +01:00
.gitignore misc cleanup 2025-05-30 13:54:10 +02:00
LICENSE Add LICENSE 2023-03-03 15:48:47 +00:00
README.md fix typo 2025-06-04 13:36:36 +00:00
default.nix Add nix build and development files 2023-03-27 19:45:15 +02:00
flake.lock export version bump 2023-08-01 10:59:46 +02:00
flake.nix build script update 2023-07-11 23:14:04 +02:00
gitlab-banner-screenshot.png add gitlab banner 2025-01-29 16:44:22 +00:00
shell.nix Add nix build and development files 2023-03-27 19:45:15 +02:00

README.md

Screenshot of a realistic messy teenage-room desk in a warm room. A pinboard is labelled with "mind board" and has an "order thoughts" button.

Frame of Mind

Imagine moving out of your childhood room. What mementos will you find? What thoughts will they bring with them? What do you want to take away?

And how will all of it have changed by the time you move next?

Description

Frame of Mind is a queer game about mental health.

Installation

Get Godot and open the src folder as a new project.

Building and developing with Nix

Building

This project can be build with $ nix-build or $ nix build (flakes).

Building for Linux without Nix

Use $ nix bundle, the resulting binary should be completly self contained.

Developing

It is recommended to use direnv, but $ nix develop, $ nix shell and $ nix-shell also work.

Support Me

You can support the development of Frame of Mind by

License

Project Status

Currently working on getting a beta version out ASAP so we can do final playtests and prepare for polish before launch.

Save Game Encryption

This is for the super nerds: I have thought about encrypting save games, because some may consider this data to be sensitive. However given that this is an open source project and sharing save games between different devices is expected to work, I choose to not encrypt save games.

My rationale being: I don't want security theatre. Any solution I managed to come up with would be either too clunky for the average user or would not be protecting player data from valve.

If you can suggest a simple solution for encryption that allows for syncing via, is easy to use and cannot be broken by valve, feel free to help me out.

You may also point out if my rationale is irrational.