-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Games! Sorta. #112
Open
jhite1234
wants to merge
16
commits into
TheCommsChannel:main
Choose a base branch
from
jhite1234:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Games! Sorta. #112
Conversation
This file contains 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
…eadme was updated. A gamefile syntax readme was added.
…ine. Added clarification to the gamefile_syntax.md.
test file removed
Ok, I submitted this a little prematurely. I think I have all the bugs worked out in the game system now. I ran into a edge case where you could get stuck in a menu loop with no way out. That's fixed now. I think I undid the changes I made to docker, but definitely check behind me. Instead of forcing the encoding I set it to check and only enforce if necessary. It works on Ubuntu and the Pi now. |
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.
Hey,
I made a "game engine" for your BBS. It's fairly simple. There's an example game included. Game format is based on CSV and is also pretty simple, so anyone could design games. I included a validator.
I did my best to use as many existing functions as I could and follow the same format as the existing code. The [G]ames menu is in the Utilities menu. There are some new dictionary items for the state system. I updated the readme and added a gamefile syntax readme.
Just don't trust anything I did with Docker. I tried to rebuild the image and should have just left it alone.
I just saw a BBS that didn't have games and couldn't live with that.