Skip to content

Releases: Sutherlandon/qwixx-app

Scaling Refactor

07 Jan 06:13
Compare
Choose a tag to compare

In this release I have completely refactored the spacing and scaling system to make the card more consistent across different screen sizes and more closely match the original design of the game card. The card is now built on a fixed with of 1000 pixels and scaled using CSS to fit the screen. This change also makes it so the entire game will always fit on your screen, when before, it would only fit the dice the the top 4 colored rows or so. This also sets a max width of 1000px, but maybe sometime down the line we can make it scale up too, like when 8k screens are ubiquitous.

Bug Fix - Strikes

07 Jan 06:15
Compare
Choose a tag to compare

This release fixes the bug described in issue #7 that made the game unplayable.