This commit is contained in:
koh
2024-05-16 15:04:05 +07:00
commit a0a5b15d73
6 changed files with 1217 additions and 0 deletions

20
index.js Normal file
View 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();