v1.0.2 (2025-10-06)
Fix
- update bounding box of the hint box
- remove debug values in daily 1d
v1.0.1 (2025-10-06)
Fix
- hide submit button on tutorial
- fix json handling of leaderboard
- fix submit button ending the game
v1.0.0 (2025-10-05)
Feat
- add highscore
v0.8.0 (2025-10-05)
Feat
- add a return to menu button
- font and better hint box
- improve infoBox presentation
- finish tutorial
- update score displaying
- always display hints on 1D board
Fix
- remove back to menu button from menu
- finish level 2 sentence
- correctly transition to next level
- menu: remove p5js old menu
v0.7.2 (2025-10-05)
Fix
- quarto: update site-url
v0.7.1 (2025-10-05)
Fix
- menu: update html template path from absolute to relative
v0.7.0 (2025-10-05)
Feat
- add sandbox mode
- add daily challenge
- levels: add random level generation
v0.6.0 (2025-10-05)
Feat
- include info box at beggining and end of levels
- set tutorial title
Fix
- set a maximum size for the color picker
v0.5.0 (2025-10-05)
Feat
- create some arts
- improve screen space usage
Fix
- remove markin errors where left/right and up/down was not correctly checked
- replace splash png with smaller size jpg
v0.4.0 (2025-10-05)
Feat
- hint: add row and col hints of missing pairs
- score: highlight duplicate pairs
- navigation: add a link to the changelog
Fix
- score: improve row and column scores lisibility
Refactor
- score: refactor the cell marking and row/column score display
- ui: move colorPicker to cell.js
v0.3.0 (2025-10-04)
Feat
- update title and splash screen text to “Tiles Collector”
- compute row and column score
- generate a cool level 6
- update level to have default cell values
- add level selection functionality and levels data
- add tiling, border and clipping
- constrain grid size
Fix
- improve small screen accessibility
Refactor
- extract color picker
v0.2.0 (2025-10-04)
Feat
- add number of color parameter
- improve hovering feedback
- implement color selection
- add hovering effect
- add board resizing
- update color palette
- game: add the first cell
- splash: add a splash screen
Fix
- readme: fix p5js badge
Refactor
- menu: move the menu to its own file
- splash: move splash to its own file
- move cell to its own file
v0.1.0 (2025-10-03)
Feat
- add a splash screen
- create a quarto project
Reuse
MIT