I need help to embed a game into HTML, If I did replicate the game in html, it`s complicated so is there any code to do it?
PS: It has to be an element in the site not opened in a new window
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Extremely wild guess here, but if you made the game with Game Maker, there is GameMaker:HTML5 available, which allows you to take the same code as you wrote for the Windows EXE and export it to valid HTML5/JavaScript.
Aside from that, there is no way to embed an EXE into a webpage.