Skip to content
Jack Darker edited this page Mar 20, 2021 · 12 revisions

I will try to write some guides and link them here. I will do my best to write them in a way so that also people with little programming background find them useful.

graph TB EnterTurn-->CheckDefeat Skip-->ExitTurn subgraph CombatantTurn CheckDefeat-->SelectAction SelectAction-->ExecuteAction ExecuteAction-->CheckDefeat SelectAction-->|EndTurn|Skip CheckDefeat-->|Me defeated|Skip CheckDefeat-->|All targets defeated|Skip end
Check out the sidebar for the different pages. Also check [Problems and solution](https://github.com/jackdarker/TwineTest/wiki/Problems-and-solution) for game-components covered by this framework.

Some links with information to javascript/html/css:
https://developer.mozilla.org/en-US/docs/Web/Reference
https://wiki.selfhtml.org/ (german)
https://api.jquery.com/

Some links with information to twine/tweego/snowman
http://twinery.org/cookbook/
https://videlais.github.io/snowman/2
http://underscorejs.org/

PS.: You will find that there are large amounts of grammar and spelling errors on those pages. Thats because english is not my native language.

<script src="../js/mermaid.min.js"></script> <script>mermaid.initialize({ startOnLoad: true });</script>

Clone this wiki locally