immutable-gametree
Game tree data structure
An immutable data structure for representing game trees in board games like baduk and go.
An immutable game tree data type.
20 stars
3 watching
10 forks
Language: JavaScript
last commit: over 3 years ago badukboard-gamedata-typegoimmutablesgftreeweiqi
Related projects:
Repository | Description | Stars |
---|---|---|
sabakihq/go-board | A data structure representing a rectangular grid used in a two-player strategy board game | 21 |
sabakihq/gtp | A Node.js module for handling GTP engines used in artificial intelligence and board games like Go. | 19 |
sabakihq/shudan | A customizable Preact component for rendering a Baduk game board | 85 |
sabakihq/boardmatcher | An algorithmic system for identifying patterns and shapes in Go board arrangements. | 18 |
sabakihq/deadstones | An algorithm to determine dead stones on a Go board using Monte Carlo simulations | 32 |
sabakihq/influence | A JavaScript library providing simple static heuristics for estimating influence maps on Go positions. | 18 |
google/built_value.dart | A library providing immutable value types and serialization capabilities for Dart programming language | 870 |
tobgu/pyrsistent | Persistent data structures for Python that provide immutable and functional design | 2,031 |
benedikt/mongoid-tree | A Mongoid document extension for building tree structures with a materialized path pattern | 302 |
zhemao/funktown | A Python library implementing immutable data structures similar to Clojure's Vectors and Maps | 75 |
abejfehr/parity | A numbers puzzle game where players make each number on a grid equal by incrementing selected cells with arrow key input | 37 |
uncomputable/natural-number-game | Reimplementation of the Natural Number Game in Coq | 6 |
lucaong/immutable | Efficient immutable data structures for the Crystal programming language | 203 |
imanolea/bitbitjam3_red_hot_princess_carnage | A Game Boy game created in a short timeframe using C. | 6 |
gabomdq/ignifuga | An open source 2D game engine with Python/Cython support for building cross-platform games | 30 |