Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Sutherlandon/qwixx-app
Browse files Browse the repository at this point in the history
  • Loading branch information
Sutherland, Landon Dexter committed Jan 7, 2021
2 parents 40501c6 + 350b360 commit d4956e5
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@ No copywright infringment is intended by this project.

QWIXX is a table top game played with six dice and score cards. I enjoyed the game so much
that I built this web app as a passion project. The main goal of this project was to make the
game more accessible because it is not always practicle to roll dice, for example, in the car
game more accessible because it is not always practical to roll dice, for example, in the car
or on an airplane. To support that goal, this app scales to any size screen gracefully and
is a Progressive Web App so you can "install" it on your device to have offline access to it
everywhere.

One design decision that I made that is important to note is that the app does not enforce
any of the game rules. Since QWIXX is a table top game, families may have house rules or decide to
disregard certian rules all together, and I didn't to eliminate that aspect of the game.
There is a link to the game rules included in the app so users can go read up on how to play.
Originally I had not intended to enforce the rules do to family house rules that I didn't
want to disregard. However after play tests with people, the feedback I got several times
was they wished the rules were enforced more. So I implemented some mechanisms to enforce
the rules, but I would like to add a toggle later down the line. There is a link to the
game rules included in the app so users can go read up on how to play.

Check it out a [sutherlandon.com/qwixx-app](https://sutherlandon.com/qwixx-app)

Expand Down

0 comments on commit d4956e5

Please sign in to comment.