OK
This commit is contained in:
20
index.js
Normal file
20
index.js
Normal file
@@ -0,0 +1,20 @@
|
||||
import Table from "./@core/table";
|
||||
|
||||
const main = new Table(1000);
|
||||
|
||||
main.addMember('koh');
|
||||
main.addPlayer('koh');
|
||||
|
||||
main.addMember('koh1');
|
||||
main.addPlayer('koh1');
|
||||
|
||||
main.playerAction('koh', 'call');
|
||||
// main.playerAction('koh1', 'call');
|
||||
//
|
||||
// main.playerAction('koh', 'call');
|
||||
// main.playerAction('koh1', 'call');
|
||||
//
|
||||
// main.playerAction('koh', 'call');
|
||||
// main.playerAction('koh1', 'call');
|
||||
|
||||
// main.initNewRound();
|
||||
Reference in New Issue
Block a user