cuttle
cuttle copied to clipboard
A two-player battle card game for all ages, built with nodejs, sailsjs, and vuejs
## Issue number Relevant [issue number](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue) - Resolves #811 - Resolves #825 ## Please check the following - [x] Do the tests still pass? (see [Run the Tests](https://github.com/cuttle-cards/cuttle/blob/main/docs/setup-development.md#run-the-tests)) - [x]...
## Issue number Relevant [issue number](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue) - Resolves # ## Please check the following - [ ] Do the tests still pass? (see [Run the Tests](https://github.com/cuttle-cards/cuttle/blob/main/docs/setup-development.md#run-the-tests)) - [ ] Is...
## Issue number Relevant [issue number](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue) - Resolves #866 ## Please check the following - [x] Do the tests still pass? (see [Run the Tests](https://github.com/cuttle-cards/cuttle/blob/main/docs/setup-development.md#run-the-tests)) - [ ] Is the...
### Feature Summary The RulesView has .gifs of every move, but they are all of an older version of the app. We should update these to reflect the current look...
### Feature Summary Some of the Spanish and French translation files (`es.json` and `f.json`) still have English text for several strings. We should translate all such strings into their respective...
### Bug Summary The LobbyView currently played the wrong sound when the game starts ### Detailed Description When players join the Lobby, we play an “entering” sound like rushing water,...
### Feature Summary We should create and host a custom error page for when the entire site is down. This should be statically hosted somewhere outside of heroku so that...
### Bug Summary A race condition in requests to join a game can cause too many players to join the game because the game doesn't appear full at the time...
### Bug Summary Various warnings/errors thrown when building the app ### Detailed Description ``` The CJS build of Vite's Node API is deprecated. See https://vitejs.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details. vite v5.0.3...
### Bug Summary Rule formatting isn't great ### Detailed Description I think the formatting in the rules dialog used to be better. It is currently:  ### Current Behavior _No...