serin-delaunay / tracery_game

Small turn-based games for CBDQ/CBTS bots

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Turn Based Games in Tracery

This project provides a way to compile turn-based games with a small state space from Python into Tracery grammars for use in Cheap Bots, Done Quick! or Cheap Bots, Toot Sweet. The translation is accomplished by fully exploring the game's state graph and encoding each one in the grammar and reply files, which have a 4 megabyte size limit. This limits the compatible games to small examples such as Noughts and Crosses and Sim.

About

Small turn-based games for CBDQ/CBTS bots

License:MIT License


Languages

Language:Python 100.0%