forked from Cavemanon/SnootGame
issue2-init #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "issue2-init"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Stage: Initial/Ready for pull and playtest
Issue Reference: https://git.snootgame.xyz/PrincipalSpears/SnootGame/issues/2
Description of Pull Request:
game is in a "it opens and doesn't crash after a minute in the story" state after some additional indent/formatting fixes, and most importantly a transition to a dedicated directory that contains the game's script (directory appropriately named
script
)chapter files are split as closely based on the script as possible.
the "branching path"
if
statement has been cleaned up greatly, it now just redirects to the appropriate route to jump to (scoring system hasn't changed) rather than having it all inline.everything should be good (with fresh saves - I don't see this playing nicely with past saves but idfk) - but definitely worth scrutinizing as this is a big fuckin' change to the infrastructure of the code moving forward.
commented out some stale/redundant labels as well and datestamped them with 6/12/21
and some context.
definitely may be worth documenting the format flow for modularity QoL in the near future
WIP: issue2-initto issue2-init