1.0.9 • Published 2 years ago
gameinall v1.0.9
��# Game In All
import { Game } from 'gameinall';
try {
const game = new Game({
mProduction: false,
httpPort: 3000,
playersPerMatch: 2,
matchDuration: 5 * 60 * 1000,
minimumPlayersToPlay: 2,
entryFees: []
});
} catch(e) {
console.log(e.message);
}