Hi — Brilliant first level how did you get your game embeded on your webpage and how did you do the highscore table?
Thank you!
To embed you simple have to upload and then use an iframe.
The high scores table is a bit more complicated. Basically you have to use the AJAX feature in Construct to post to a php file/script. The php takes the post and puts in a SQL table. Then, where you want it displayed, you need to use php to pull the scores (you can pull in order and limit the number pulled).
I could go into further details but not sure this is the place or how much you already understand. If you want to know more you can message me on Twitter (https://twitter.com/LouBagelCombo5) or FB (https://www.facebook.com/LouBagel).