Created
June 5, 2018 14:19
-
-
Save ndugger/1efcee2451f14e1f3501f860e276708f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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