Skip to content

Instantly share code, notes, and snippets.

@ndugger
Created June 5, 2018 14:19
Show Gist options
  • Save ndugger/1efcee2451f14e1f3501f860e276708f to your computer and use it in GitHub Desktop.
Save ndugger/1efcee2451f14e1f3501f860e276708f to your computer and use it in GitHub Desktop.
import Game from 'vorge/core/Game';
import common from '../plugins/common';
const game = new Game('Title Here', [ common ]);
game.play('localhost:9999');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment