Package: mergeGridR
Title: Grid-Based Number Merge Puzzle Simulation
Date: 2026-06-10
Version: 0.2.0
Authors@R: c(
    person(given = "Frederic", family = "Bertrand", role = c("cre", "aut"),
    email = "frederic.bertrand@lecnam.net", comment = c(ORCID = "0000-0002-0837-8281")))
Author: Frederic Bertrand [cre, aut] (ORCID:
    <https://orcid.org/0000-0002-0837-8281>)
Maintainer: Frederic Bertrand <frederic.bertrand@lecnam.net>
Description: Provides tools to simulate, analyse, visualise, and benchmark
    grid-based number merge puzzles. The package implements generic grid
    mechanics, tile-spawning rules, merge rules, scoring functions,
    reproducible simulation utilities, and local 'Shiny' and 'WebGL' interfaces for
    interactive use. It is intended for teaching, algorithmic experimentation,
    and game-theoretic examples. The autoplay helpers use standard heuristic
    search and Monte Carlo simulation ideas described in Russell and Norvig
    (2021, ISBN:9780134610993) and Robert and Casella
    (2004, ISBN:9780387212395).
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.3
Depends: R (>= 4.1.0)
Imports: ggplot2, ggWebGL, parallel, Rcpp, shiny, tools
LinkingTo: Rcpp
Suggests: knitr, rmarkdown, testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
Config/Needs/website: pkgdown
URL: https://github.com/fbertran/mergeGridR/,
        https://fbertran.github.io/mergeGridR/
BugReports: https://github.com/fbertran/mergeGridR/issues
NeedsCompilation: yes
Packaged: 2026-06-19 09:00:09 UTC; bertran7
Repository: CRAN
Date/Publication: 2026-06-24 08:50:02 UTC
