Install my game on CD
Monkey Forums/Monkey Programming/Install my game on CD| 
 | ||
| Hi guys, Can anyone please tell me how to install my game on a CD as an execution file or something? I just wanna send it to someone to test the game before I publish it (he doesn't has Monkey in his computer). I was thinking about copying the HTML5 code only with .data folder, will this work? Thanks! | 
| 
 | ||
| Why don't you just upload it some place? | 
| 
 | ||
|  Why don't you just upload it some place?   I don't wanna give him the source code. I want him just to test the game and play it. In addition, he's old fashion guy. He asked me to give him the game in a CD. | 
| 
 | ||
| Just link to the index.html file and it will open in his browser. | 
| 
 | ||
| In that case, I'd probably recommend using the GLFW target.  So all he'll get is an EXE and a bunch of graphics/sounds files. | 
| 
 | ||
|   Just link to the index.html file and it will open in his browser.    How? Could you please explain more? | 
| 
 | ||
|   In that case, I'd probably recommend using the GLFW target. So all he'll get is an EXE and a bunch of graphics/sounds files.    I tried, but the build has failed :\   | 
| 
 | ||
| Delete the .build folder and try again. | 
| 
 | ||
| all ya have to do is upload the contents of yourgame/build/html5 somewhere 000webhost.com is free |