Can multiple players play over the internet?
Sorry, no. Currently only for single player.
How are the webapps created?
With HTML5, JavaScript, jQuery, CSS, PHP, and so on.
Can I embed a webapp into my webpage?
Yes, by using iframe
. Click here to learn more.
For example: To embed in Wordpress, copy the following HTML code and paste into your webpage HTML text editor. If it doesn't work, you may have to use shortcode.
<iframe src="http://humage.com/games/chess/virtual-xiangqi-chinese-chess.html?embed=true" width="600" height="480"></iframe>
You may change 600
or 480
to any width or height value you see fit.
If you can't embed, you can add a link to open in another tab by adding:
<a href="http://humage.com/games/chess/virtual-xiangqi-chinese-chess.html" target="_blank">Xiangqi</a>
How do I submit questions?
Click here to go to the Contact Page and submit your questions using the form.