Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thepowersgang/tunic_text
A single-file HTML tool to type and translate the text from the adventure game "Tunic"
https://github.com/thepowersgang/tunic_text
tunic tunicgame
Last synced: about 1 month ago
JSON representation
A single-file HTML tool to type and translate the text from the adventure game "Tunic"
- Host: GitHub
- URL: https://github.com/thepowersgang/tunic_text
- Owner: thepowersgang
- License: mit
- Created: 2022-12-28T02:30:23.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-22T09:23:11.000Z (11 months ago)
- Last Synced: 2024-04-16T23:06:25.377Z (7 months ago)
- Topics: tunic, tunicgame
- Language: HTML
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tunic_text
A quick tool to decode the text from the adventure game "Tunic"THIS REPOSITORY CONTAINS SPOILERS!
Only look at the tool if you have page 54 of the in-game manual, otherwise you'll be mega-spoiled
Rendered: https://htmlpreview.github.io/?https://github.com/thepowersgang/tunic_text/blob/master/tunic_text.html
## Using
There's instructions on the page itself.- `tunic_text_bare.html` is a version with no meaning ascribed to any symbol - download this and edit to assign meanings to each symbol.
- `tunic_text.html` is filled in already, suitable for attempting translation of text.## Technical details
Liberal use of HTML canvas, with a custom hacky text editor interface :)