Play a completed game without a server

Hi

I wanted to play the game I’ve made without using the server on Visual Studio. It does produce some distribution files as you continue to make the game but when I copy those files and place them on the desktop for example, the game does not start in the browser. I click on the index file to start the game but I just get an error message. Is it necessary to upload those files to a web page or can you just email the files to friends etc to try the game?

Thanks
Steve

It needs a web server (http/https) somehow. There’s a Web Server for Chrome extension your friends could use to view your files.

Ok thanks