Skip to content

Added Volor Savanna text adventure game#1055

Open
Invizabel wants to merge 6 commits into
flipperdevices:mainfrom
Invizabel:main
Open

Added Volor Savanna text adventure game#1055
Invizabel wants to merge 6 commits into
flipperdevices:mainfrom
Invizabel:main

Conversation

@Invizabel
Copy link
Copy Markdown
Contributor

@Invizabel Invizabel commented May 24, 2026

Application Submission

  • [ Describe your application here - its features or what has changed since the last version ]
    Volor Savanna is a text adventure game. You start by entering your name, then you choose one of five characters to play as via the input box (views). You then have to make decisions based on what comes up (Text Box) also via the input box. It runs forever unless the user types "E" which the game will tell you that you can at character selection which you enter each time you lose.

Extra Requirements

  • [ Describe if your application requires any extra hardware or software ]

Author Checklist (Fill this out)

  • [X ] I've read the contribution guidelines and my PR follows them
  • [ X] I own the code I'm submitting or have code owner's permission to submit it
  • [ X] I have performed a self-review of my own code
  • [ X] I have commented my code, particularly in hard-to-understand areas
  • [X ] I have validated the manifest file(s) with python3 tools/bundle.py --nolint applications/CATEGORY/APPID/manifest.yml bundle.zip

AI usage disclosure (Fill this out):

  • [X ] Partially AI assisted (clarify below which code was AI assisted and briefly explain what it does).
  • I asked ChatGPT to take this example: https://github.com/jamisonderek/flipper-zero-tutorials/blob/main/ui/basic_scenes/basic_scenes.c and handle the main.c views such as the views text input and display box in scenes. The code that frees the memory is ChatGPT's with some minor tweaks (It was crashing the flipper without the manual touchups).

  • The method used to free what the user inputs (lines 45, 65, 94 and 113) was created with ChatGPT.

  • The C header file I made in 9th grade which was originally written in Java. This was 2016-2017 so long before ChatGPT. It was ported from python to a c header with a python script I made using stuff like if "print" in line: c_line = strcpy(variable, said text)

  • Fully AI generated (explain what all the generated code does in moderate detail).

  • [ Describe how AI was used in this PR if it was used ]

  • I did not use AI to submit this pull request. (N/A)

Reviewer Checklist (Don't fill this out!)

  • Bundle is valid
  • There are no obvious issues with the source code
  • I've ran this application and verified its functionality

@Invizabel
Copy link
Copy Markdown
Contributor Author

the commit sha in the manifest.yml file was updated. I found an typo in the story line. It is fixed now!

Copy link
Copy Markdown
Collaborator

@xMasterX xMasterX left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, there's one issue with manifest here:
App ID 'volorsavanna' in manifest does not match app ID 'volor_savanna'

You need to rename folder with the manifest file to match app ID

@xMasterX xMasterX added the fixes needed Unresolved issues with the app requiring maintainer's attention label May 26, 2026
@Invizabel
Copy link
Copy Markdown
Contributor Author

I have updated it. I have never renamed a folder on github till now. I usually just download, delete and recommit. I learned something new today!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

app (new) fixes needed Unresolved issues with the app requiring maintainer's attention

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants