Skip to content

Commit

Permalink
Merge branch 'master' into viraji-incubator
Browse files Browse the repository at this point in the history
  • Loading branch information
Loquacity committed Nov 29, 2020
2 parents 2330767 + ecb5851 commit faf2cbb
Show file tree
Hide file tree
Showing 33 changed files with 13,313 additions and 694 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,24 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v1

- name: Use Go 1.13
uses: actions/setup-go@v1
with:
go-version: 1.13.x
persist-credentials: false

- name: build game
- name: build
run: |
go get github.com/tmedwards/tweego
export PATH=$PATH:$(go env GOPATH)/bin
tweego ia-cyoa.tw -o dist/index.html
tweego -f chapbook-1 ia-guide/ia-cyoa.tw -o dist/ia-cyoa.html
- name: Deploy
uses: loquacity/actions-gh-pages@v2
uses: peaceiris/actions-gh-pages@v2
env:
PERSONAL_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PUBLISH_BRANCH: gh-pages
PUBLISH_DIR: ./dist
CLEAN: true
CLEAN: true
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"twee3LanguageTools.storyformat.current": ""
}
547 changes: 547 additions & 0 deletions dist/ia-cyoa.html

Large diffs are not rendered by default.

656 changes: 656 additions & 0 deletions ia-guide/example.html

Large diffs are not rendered by default.

495 changes: 304 additions & 191 deletions ia-guide/ia-cyoa.tw

Large diffs are not rendered by default.

341 changes: 341 additions & 0 deletions ia-guide/ia-static.md

Large diffs are not rendered by default.

Binary file added ia-guide/images/banana.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
74 changes: 74 additions & 0 deletions ia-guide/images/banana.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ia-guide/images/car.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
74 changes: 74 additions & 0 deletions ia-guide/images/car.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ia-guide/images/dog.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
74 changes: 74 additions & 0 deletions ia-guide/images/dog.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ia-guide/images/hello_peeps.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10,712 changes: 10,712 additions & 0 deletions ia-guide/images/hello_peeps.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ia-guide/images/name.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
74 changes: 74 additions & 0 deletions ia-guide/images/name.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ia-guide/images/platypus.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
74 changes: 74 additions & 0 deletions ia-guide/images/platypus.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ia-guide/images/reader_world.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
74 changes: 74 additions & 0 deletions ia-guide/images/reader_world.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ia-guide/images/stuck.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
74 changes: 74 additions & 0 deletions ia-guide/images/stuck.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ia-guide/images/tooster.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
74 changes: 74 additions & 0 deletions ia-guide/images/tooster.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ia-guide/images/unirat.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
74 changes: 74 additions & 0 deletions ia-guide/images/unirat.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ia-guide/images/wave.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
73 changes: 73 additions & 0 deletions ia-guide/images/wave.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
491 changes: 0 additions & 491 deletions ia-guide/output.html

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes
12 changes: 6 additions & 6 deletions style-guide/template-style-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,9 @@ The following table describes the history of all decisions and revisions made to
this style guide over time. This guide uses the Major.Minor.Patch
[semantic versioning](https://semver.org/) convention.

Edition | Date | Lead Author(s) | Link to Repository Commit/Tag
------- | ---- | -------------- | -----------------------------
{0.1} | {1/1/11} | {Your name here} | First draft of Style Guide
Edition | Date | Lead Author(s) | Link to Repository Commit/Tag
------- | ---- | -------------- | -----------------------------
{0.1} | {YYYY-MM-DD} | {Your name here} | First draft of Style Guide


## Decision log
Expand All @@ -136,6 +136,6 @@ needed.}
The following table describes the history of all decisions made to this style
guide over time:

Ref | Date | Description | Agreed to by
--- | ---- | ----------- | ------------
1 | {1/1/11} | {Explain the decision that was made here} | {Name or role}
Ref | Date | Description | Agreed to by
--- | ---- | ----------- | ------------
1 | {YYYY-MM-DD} | {Explain the decision that was made here} | {Name or role}

0 comments on commit faf2cbb

Please sign in to comment.