Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simonbaars/interactive-horror-story
https://github.com/simonbaars/interactive-horror-story
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/simonbaars/interactive-horror-story
- Owner: SimonBaars
- License: apache-2.0
- Created: 2024-03-03T00:47:33.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-04T10:35:47.000Z (8 months ago)
- Last Synced: 2024-03-05T02:25:21.961Z (8 months ago)
- Language: Dart
- Size: 368 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Interactive-Horror-Story
About ten years ago, I registered an Android developer account, with the aspiration to make my own app empire. I wrote and published two apps, that were taken down over the years.
My Android developer account hasn't been used in a long time. Till an unfortunate letter hit my doorstep.
Oh nooz. Guess I'll have to make an app. And fast.
This repo is my pathetic attempt at creating something that would potentially be allowed into the Play Store and keep my account alive. I paid 25 bucks for that!
## Why an interactive horror story?
About a year ago, I was playing around with Flutter to create a platform for AI generated visual novels. I made quite a lot of progress, but never finished it.
The horror story is the first story that I generated in the platform. For this pathetic excuse for an app, I'll just repackage the horror story part into a separate app.
## Why an open source repo?
Because, really, this project is long abandoned. At this point, I'm happy to let anyone salvage what they can from it :)
## Running
Install the Flutter toolchain, then:
```
flutter packages get
flutter run -d web
```A browser window should open and you can play the game.
## Releasing for Android
To make a `.aab`:
```
flutter build appbundle
```To make a `.apk`:
```
flutter build apk --release
```