Login

Fancade Wiki

Updated How to publish a game.md (markdown)

... ...
@@ -1 +1,12 @@
1
Click on your game and tap `Publish` to publish it. Published games are available for everyone to play in the Arcade.
... ...
\ No newline at end of file
0
Click on your game and tap `Publish` to publish it. Published games are available for everyone to play in the Arcade.
1
2
You can also publish your Fancade game anywhere on the web. E.g. use something like this index.html to publish on itch.io:
3
4
```
5
<html>
6
<head></head>
7
<body>
8
<iframe src="https://play.fancade.com/entrenched" style="position:fixed; left:0px; top: 0px; width:100%; height:100%; border: none"></iframe>
9
</body>
10
</html>
11
```
... ...
\ No newline at end of file
Fancade Wiki