Added Volor Savanna text adventure game#1055
Open
Invizabel wants to merge 6 commits into
Open
Conversation
Contributor
Author
|
the commit sha in the manifest.yml file was updated. I found an typo in the story line. It is fixed now! |
xMasterX
requested changes
May 26, 2026
Collaborator
xMasterX
left a comment
There was a problem hiding this comment.
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
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! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Application Submission
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
Author Checklist (Fill this out)
python3 tools/bundle.py --nolint applications/CATEGORY/APPID/manifest.yml bundle.zipAI usage disclosure (Fill this out):
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 ]
Reviewer Checklist (Don't fill this out!)