Replies: 1 comment 2 replies
The API is at
I'm not sure how you'd want to implement this in your case; the easiest way I could think of would be to add a rewrite rule to turn |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm trying to build a browser version of TIC-80 on a web site for kids I work with who have been given ipads. I'm new at this, but have this so far:
https://apl-oms.gt.tc
I currently have the following files in the htdocs directory on my server:
404.html
favicon.ico
index.html
tic80.js
tic80.wasm
version.json
"Add" opens up the file dialog but will not actually load a game. Surf is an empty directory. I'm wondering if I'm missing files which would provide paths for these features. Thanks in advance for any help.
All reactions