jsSMS icon indicating copy to clipboard operation
jsSMS copied to clipboard

How to open the game using the link on the site?

Open pavelbv2 opened this issue 5 years ago • 3 comments

Hello. Tell me, is it possible to somehow connect the ROM with the game through the link, and not upload from the list?

pavelbv2 avatar Mar 06 '20 09:03 pavelbv2

AFAIK it's not possible, you need to clone the repository and run your ROM locally

lhsazevedo avatar Jan 30 '21 18:01 lhsazevedo

@lhsazevedo how did you do it?

quinton-ashley avatar Jul 10 '21 19:07 quinton-ashley

  • Clone this repo
  • Put your ROM file in the "rom" directory
  • Edit the index.html file, adding the name of your ROM file to the rom list. Make sure to follow the structure.
  • Run a local webserver and open it on your browser. If you have npm installed, you can just run npx serve on your terminal.

lhsazevedo avatar Jul 11 '21 19:07 lhsazevedo