tictactoe: Tic-Tac-Toe Game

Implements tic-tac-toe game to play on console, either with human or AI players. Various levels of AI players are trained through the Q-learning algorithm.

Version: 0.2.2
Depends: R (≥ 2.10)
Imports: hash, stats
Suggests: testthat, combiter, dplyr, tidyr, reshape2, ggplot2
Published: 2017-05-26
Author: Kota Mori [aut, cre]
Maintainer: Kota Mori <kmori05 at gmail.com>
BugReports: https://github.com/kota7/tictactoe/issues
License: MIT + file LICENSE
URL: https://github.com/kota7/tictactoe
NeedsCompilation: no
Materials: README
CRAN checks: tictactoe results

Documentation:

Reference manual: tictactoe.pdf

Downloads:

Package source: tictactoe_0.2.2.tar.gz
Windows binaries: r-devel: tictactoe_0.2.2.zip, r-release: tictactoe_0.2.2.zip, r-oldrel: tictactoe_0.2.2.zip
macOS binaries: r-release (arm64): tictactoe_0.2.2.tgz, r-oldrel (arm64): tictactoe_0.2.2.tgz, r-release (x86_64): tictactoe_0.2.2.tgz
Old sources: tictactoe archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=tictactoe to link to this page.