Skip to content
Snippets Groups Projects
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGELOG.md 6.27 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

1.1.0 - 2022-05-05

Added

  • FE Add fox and rabbit critters.
  • FE Critter size is now proportional to word length.
  • FE Implement asset preloading.
  • FE Implement haptic feedback for mobile devices.
  • FE Allow key stroke repetition on hold.
  • FE Implement loading screen.
  • FE Expiring clues flash red before disappearing.
  • FE Health pulses red when low.
  • FE Implement webfont preloading.
  • FE Switch to using only webfonts.
  • FE Implement text clues (as opposed to image clues). Propedeutic to tutorial mode.
  • FE Implement buttons on welcome screen. Propedeutic to tutorial mode.

Changed

  • FE Removed redundant clock icon from HUD.
  • FE Remove SHIFT keys; replace SPACE with SHIFT.
  • FE Make input preview smaller to improve clue overlaps for slow typers on mobile.
  • FE Rename "wave" to "level".
  • FE Lower max length to 3 at game start.

Fixed