Package: tictactoe Type: Package Title: Tic-Tac-Toe Game Version: 0.2.3 Authors@R: c( person("Kota", "Mori", email = "kmori05@gmail.com", role = c("aut", "cre")) ) Description: 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. License: MIT + file LICENSE RoxygenNote: 6.0.1 Depends: R (>= 2.10) Imports: hash, stats Suggests: testthat, combiter, URL: https://github.com/kota7/tictactoe BugReports: https://github.com/kota7/tictactoe/issues Repository: https://kota7.r-universe.dev Date/Publication: 2018-01-17 13:57:01 UTC RemoteUrl: https://github.com/kota7/tictactoe RemoteRef: HEAD RemoteSha: 638244ec8fe832bb3af0fccbd083b0a0ad52094c NeedsCompilation: no Packaged: 2026-06-07 06:32:32 UTC; root Author: Kota Mori [aut, cre] Maintainer: Kota Mori