0.1.0 • Published 5 years ago

game-plus v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

Game Plus

API

  1. Create a State type.
  2. Create a Move type, which is transitions between States.
  3. Implement the Game interface, which list moves, performs moves, and scores the games.

You can now do several things with the modeled game, such as play it with Minimax.

Examples

Play Tic-Tac-Toe against an AI.

yarn run play ttt --player2 ai