Ask HN: Are there board games like Go, Hex etc but a bit simpler?

15 points by justaguyhere ↗ HN
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 ] thread
Chess? Checkers?
Go is sometimes played on a reduced size board, like 9 X 9. You can play a game in 45 minutes or less, but YMMV.
I would highly recommend playing 9x9 Go! It is a lot shorter and generally played at a faster pace (lower time controls). It still retains a good balance of strategy and tactics.
Tak is relatively new but is pretty fun to play for an abstract game.
Connect 4 should be really easy to implement.
Blackjack. You could even use a command line text interface.