frame-of-mind/README.md

30 lines
1.1 KiB
Markdown
Raw Normal View History

2023-03-03 15:19:12 +00:00
# Frame of Mind
2023-03-03 15:41:49 +00:00
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?
2023-03-03 15:19:12 +00:00
2023-03-03 15:41:49 +00:00
And how will all of it have changed by the time you move next?
2023-03-03 15:19:12 +00:00
## Description
2023-03-03 15:41:49 +00:00
Frame of Mind is a queer game about mental health.
2023-03-03 15:19:12 +00:00
## Installation
2023-03-03 15:41:49 +00:00
Get [Godot](https://godotengine.org/download) and open the src folder as a new project.
2023-03-03 15:19:12 +00:00
2023-03-27 17:12:30 +00:00
## 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.
2023-03-03 15:41:49 +00:00
## Support Me
You can support the development of Frame of Mind by
- [Becoming a Patreon](https://www.patreon.com/betalars)
- [Contacting me to Cotnribute Code or Assets](mailto::contact@betalars.de)
2023-03-03 15:19:12 +00:00
## License
2023-03-03 15:41:49 +00:00
- [CC-BY-SA-NC](https://creativecommons.org/licenses/by-nc-sa/4.0/deed.de)
2023-03-03 15:19:12 +00:00
## Project status
2023-03-27 17:12:30 +00:00
Currently working on Developing a working vertical slice of the game, and moving it to Godot 4.