GitXplorerGitXplorer
r

y

public
2 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
f0c58db4955deda1f6d4dc76bced864b16ebe2b4

how to build

committed 7 years ago
Unverified
6245c1548682faac29825f57dfc22a59ffee7d49

Update to newest Fuego trunk version (1930).

committed 11 years ago
Unverified
6cdd1def20508ecf18d7ee8b9134b5479ef95d53

Update TODO.

committed 11 years ago
Unverified
39a8aa725f648aa0f936ce51f2b0046b973ea59d

Add some stuff to README.md

committed 11 years ago
Unverified
acfbdeac2c80ce4c2b4945ab975d31c879eaa1d5

Update AUTHORS file.

committed 11 years ago
Unverified
959b44f6473a8753a7d08f2cfa9644a712bea28e

Add some basic stuff to README.

committed 11 years ago

README

The README file for this repository.

Y

Y player based on the Fuego library using MCTS.

Uses a new connection algorithm:

  • Computes groups, which are sets of pairwise path-connected blocks.
  • Fast enough it is used at all times, even during the playout phase.

Playouts use the SaveBridge pattern. Move selection during the playout phase is implemented to support weighted-random selection, however, no weights have been computed at this time, and so all cells are equally weighted.