UNPKG

@nodots-llc/backgammon-ai

Version:

AI and integration for nodots-backgammon using gnubg as a backend engine.

7 lines (6 loc) 150 B
"use strict"; describe('gnubg integration', () => { it('should eventually connect to gnubg', () => { expect(true).toBe(true); }); });