Python library for the games of Hex and Y
  • Python 67.6%
  • C++ 32.4%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2023-09-22 15:58:17 -04:00
docs Bumped version to 0.3.0, further documentation improvements 2023-09-22 15:58:17 -04:00
hexea Bumped version to 0.3.0, further documentation improvements 2023-09-22 15:58:17 -04:00
tests get_list_of_dicts fully implemented and tested 2023-09-15 10:47:51 -04:00
.gitignore Added Sphinx documentation 2023-09-20 08:54:02 -04:00
LICENSE.txt Added LICENSE.txt 2021-11-05 07:00:10 -07:00
pyproject.toml Bumped version to 0.3.0, further documentation improvements 2023-09-22 15:58:17 -04:00
README.md Bumped version to 0.3.0, further documentation improvements 2023-09-22 15:58:17 -04:00
setup.py Finished converting pyproject.toml and setup.py 2023-03-13 19:17:51 -04:00

Hexea

This is a simple library for working with the closely related connection games of Y and Hex. This is not meant to be a standalone, playable game, but rather a set of tools one could use to implement such a game, train a machine learning model to play a game, and so forth.

Full documentation can be found here.