Skip to content

Commit

Permalink
add changelog (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
samanpwbb authored Aug 7, 2024
1 parent d200a40 commit 76660e4
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 1 deletion.
5 changes: 5 additions & 0 deletions content/authors/saman/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
name: "Saman Bemel Benrud"
bio: "Game developer"
twitter: "samanbb"
---
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
48 changes: 48 additions & 0 deletions content/posts/2024/08/06/august-game-changelog/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
+++
title = "Game changelog, August 2024"
date = 2024-08-06T15:34:35-07:00
draft = true
comments = false
tags = ["games", "changelog", "crossword", "typeshift", "flipart", "pile-up poker", "really bad chess"]
authors = ["saman"]
+++

_Hi, Saman here! This is the first of what I hope will be many monthly changelog posts. Note that our team relies on a continuous release process, so while these changelogs will only come once the month, the changes themselves will roll out as they're completed. The changelogs are therefore always a summary of changes that are already live._

![An illustration of Puzzmo pressing a button while relaxing between a couple flowers](button-presser.png)

Here's what changed in our games over the last month.

### Crossword

- __Removed the hint time penalty and instead use a timer system instead__ (Read [Hints v2: Moving from a time penalty to a cooldown period](https://blog.puzzmo.com/posts/2024/07/22/hints-v2/) for more details).
- Adjusted the layout of the clue lists depending on the dimensions of the crossword puzzle, so wider puzzles use the stacked column clue layout more readily than narrower puzzles.

### Flipart

- Increased the size of the game on smaller screens.

### Pile-up Poker

- __Add keyboard support__.
- Added a ⭐️ indicator next to quality hand labels on the grid.
- Removed a small gap between the card slot drop areas to prevent players from accidentally dropping cards between two slots.
- Uses a lighter key color for hearts cards.
- Fixed a bug that caused performance regressions while dragging cards. This was especially noticeable on low end phones.
- Fixed a bug so cards will be more accurately centered on player's cursor while being dragged.
- Fixed a bug that prevented players from being able to rearrange cards in the draw pile.
- Fixed a bug that could cause the game to crash while moving cards with arrow keys.

### Really Bad Chess

- Increased the size of the game on smaller screens.

### Typeshift

- Added divider bars between columns.
- Increased the size of the game on smaller screens.
- Added a "missed core words" deed that can be used in custom leaderboards with the id `core-words-missed`.

---

If you have any feedback or just want to talk about these changes, [join our Discord](https://discord.gg/puzzmo)!
1 change: 0 additions & 1 deletion hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ staticDir = ['static']
[markup.highlight]
codeFences = false


[taxonomies]
tag = "tags"
series = "series"
Expand Down

0 comments on commit 76660e4

Please sign in to comment.