Experimental service which allows you to play retro games with Nesbox emulator. It's decentralized, crossplatform and works with torrents.
Based on torrent-stream.
- Download and install Node.JS http://nodejs.org/download/
npm install -g nesbox-time
nesbox-time
- Open your browser at http://localhost:9500/
- Enjoy!
On Debian an Ubuntu install the
p7zip-full
package.
On Mac OSX use Homebrew
brew install p7zip
You can configure the service using config.json
file. Here's an example that overrides the defaults, port and magnet links:
{
"port":9500,
"nes":"70A279D49E559C075174990F87526D6531C41383",
"snes":"12386954C55C81AD6091C122F422A6F20958F380",
"sega":"A86BEDB7EB319BB72EAD1C7ED905D593A5098763",
"gb":"FCEF86795FCEDBF0291814E5F5EAF1E5C34C6C72",
"gba":"49E40259BA6C9F2B60AD05151800D231AF6D896B"
}