Ask HN: Are there board games like Go, Hex etc but a bit simpler?
Looking to make board game playing computer programs. Go, Hex etc are way too complex for my skill level, are there others that are simpler than Go but not too simple?
Also, are there any good books on programming such games? Games that are purely logical/computational and do not involve any graphics?
12 comments
[ 2.7 ms ] story [ 37.1 ms ] threadhttps://en.wikipedia.org/wiki/Winning_Ways_for_your_Mathemat...
As far as programming agents to play board games you can check out this Python implementation of Monte Carlo Tree Search
http://mcts.ai/code/python.html
https://en.wikipedia.org/wiki/Games_played_with_Go_equipment
gomoku is simpler