Package: fourinarow
Type: Package
Title: Play "Four in a Row"
Version: 0.1.1
Authors@R: c(
    person(
      "Kelly", "Street",
      email = "street.kelly@gmail.com",
      role = c("aut", "cre"),
      comment = c(ORCID = "0000-0001-6379-5013")
    )
  )
Description: Play or simulate games of "Four in a Row" in the R console. This 
    package is designed for educational purposes, encouraging users to write
    their own functions to play the game automatically. It contains a 
    collection of built-in functions that play the game at various skill levels,
    for users to test their own functions against.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.3
Suggests: knitr, quarto
VignetteBuilder: quarto
Depends: R (>= 3.5)
Imports: methods
NeedsCompilation: no
Packaged: 2025-11-18 04:17:10 UTC; kstreet
Author: Kelly Street [aut, cre] (ORCID:
    <https://orcid.org/0000-0001-6379-5013>)
Maintainer: Kelly Street <street.kelly@gmail.com>
Repository: CRAN
Date/Publication: 2025-11-21 11:40:02 UTC
Built: R 4.4.3; ; 2025-12-29 16:52:38 UTC; windows
