diff --git a/README.md b/README.md index 057a072..0063041 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,8 @@ Puzzmo Blog hugo server -D ``` + If you want future dated posts to appear use `-F` as well + 4. Open the site in your browser: http://localhost:1313/ ### How to make a new post diff --git a/content/authors/gary/_index.md b/content/authors/gary/_index.md new file mode 100644 index 0000000..5772837 --- /dev/null +++ b/content/authors/gary/_index.md @@ -0,0 +1,4 @@ +--- +name: "Gary Josack" +bio: "Software Person" +--- diff --git a/content/posts/2024/09/02/more-puzzles-now-in-card-form/index.md b/content/posts/2024/09/02/more-puzzles-now-in-card-form/index.md new file mode 100644 index 0000000..73b5523 --- /dev/null +++ b/content/posts/2024/09/02/more-puzzles-now-in-card-form/index.md @@ -0,0 +1,39 @@ ++++ +title = 'More puzzles, now in card form!' +date = 2024-09-02T00:00:00-05:00 +authors = ["gary"] +tags = ["changelog"] +theme = "outlook-hayesy-beta" +draft = false +comments = false ++++ + +Today, we're excited to announce that there will be more puzzles on the Today page each day, +along with a new way to organize those puzzles. + +We wanted to come up with a way to provide same-difficulty puzzles each day, while also catering to our +players who enjoy the the difficulty scaling throughout the week. To accomplish this we're going to be +adding more daily puzzles for some of our games. + +Starting today, we will have at least two versions of `Flipart`, `Typeshift`, and `Really Bad Chess` +available daily. For `Flipart` and `Typeshift`, there will always be both an easy/small puzzle as well +as a puzzle with difficulty that scales throughout the week. On days with a `Flipart` or `Typeshift` +remix, you'll have three puzzles for that game! Additionally, `Really Hard Chess` will now be +available every day, except on days with a `Really Bad Chess` remix. + +One concern with adding more puzzles to the Today page, along with introducing more new games over time, +is that navigating the puzzles might become challenging. To address this, we're rolling out a new way to +organize related puzzles. All bonus and remix puzzles for a game will now appear as cards you can easily +navigate through. + +![Puzzle Cards](puzzle-cards.gif) + +You'll also be able to jump straight into the next puzzle without having to return to the homepage. + +![Next Puzzle](next.png) + +--- + +We've been testing this internally for a few weeks and have been enjoying the change and we're eager +to hear what everyone thinks and hope you enjoy all the extra puzzles! If you have any +feedback or just want to discuss these changes, [join our Discord](https://discord.gg/puzzmo)! \ No newline at end of file diff --git a/content/posts/2024/09/02/more-puzzles-now-in-card-form/next.png b/content/posts/2024/09/02/more-puzzles-now-in-card-form/next.png new file mode 100644 index 0000000..41e3b42 Binary files /dev/null and b/content/posts/2024/09/02/more-puzzles-now-in-card-form/next.png differ diff --git a/content/posts/2024/09/02/more-puzzles-now-in-card-form/puzzle-cards.gif b/content/posts/2024/09/02/more-puzzles-now-in-card-form/puzzle-cards.gif new file mode 100644 index 0000000..0122078 Binary files /dev/null and b/content/posts/2024/09/02/more-puzzles-now-in-card-form/puzzle-cards.gif differ