Skip to content

ravi1323/game-in-all

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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);
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published