Skip to content

Commit

Permalink
refactor: Update 'Games' instead of 'GamesAlpha'
Browse files Browse the repository at this point in the history
* Bugs seem to be worked out and Games is missing at least two games.
  • Loading branch information
trevorld committed Feb 17, 2022
1 parent 8506eda commit cdea0c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: ppwicker
Title: Functions to interact with piecepack wiki
Version: 0.1.0-10
Version: 0.1.1
Authors@R:
c(person("Trevor", "Davis", , email = "trevor.l.davis@gmail.com", role = c("aut", "cre")),
person("Alex", "Schroeder", role = "aut", comment = "Uses `wikiput.pl`"))
Expand Down
5 changes: 1 addition & 4 deletions R/build_games.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,8 @@ games_row <- function(name, designer, bits, ...) {
}

games_preamble <- '
**Note:** This is an alpha test for a new computer-generated [[Games]] page.
This page will eventually be deleted.
**Note:** This page is [[https://github.com/piecepackr/ppwicker | computer-generated from individual game metadata]] and manually uploaded to the wiki.
If outdated or any errors please let me know and I\'ll take a look. --TrevorLDavis
Please let me know of any errors or if outdated and I\'ll take a look. --TrevorLDavis
For a complete list of games on the wiki, check the CategoryGame page.
The GamesStatistics spreadsheet with all the games makes it easy to get various statistics on the games.
Expand Down
2 changes: 1 addition & 1 deletion R/update_games.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ update_games <- function(update = FALSE,
stopifnot(!is.null(username))

if (is.null(games)) {
target <- paste0("https://ludism.org/ppwiki/", "GamesAlpha")
target <- paste0("https://ludism.org/ppwiki/", "Games")
text <- build_games(update = update)
wikiput(text, target,
minor = minor, summary = summary,
Expand Down

0 comments on commit cdea0c5

Please sign in to comment.