Iteration 1 - rvince452/twine-game-gen GitHub Wiki
See branch of the same name.
In this iteration we create the basic game file structure with a game folder and passages segregated into twee files beneath game/passages. The game can then be built by Tweego either locally (build.bat) or in github (see .github folder).
But the initial game itself is very simple having only the base passages: Header Important Passages Start Passages
With these base passages, we have a simple game. See the screenshot below.
Notes: *The game title "Demo Game" and the author "Mystery Author" and sub-title all come from the important passages. *The game 'banner' picture comes from a dumb image I created in paint and is located under game/img/game.jpg *There is a Start passage but nothing further. *There is a footer and some debug text but we will talk about that later, similar to the menu in the sidebar (Inventory, Characters and Status)