Skip to content

Instantly share code, notes, and snippets.

@MCarlomagno
Last active October 10, 2020 11:30
Show Gist options
  • Save MCarlomagno/fbb55542e48f41ba44207d2178f3f9f9 to your computer and use it in GitHub Desktop.
Save MCarlomagno/fbb55542e48f41ba44207d2178f3f9f9 to your computer and use it in GitHub Desktop.
var startGame = () => {
var options = {
arena: {
arena: mk.arenas.types.THRONE_ROOM
},
fighters: [{ name: 'Subzero' }, { name: 'Kano' }],
gameType: 'multiplayer'
};
function startNewGame() {
mk.start(options);
}
startNewGame();
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment