Games icon indicating copy to clipboard operation
Games copied to clipboard

Many kinds of games, playable in both multiplayer or local play. Replays, spectator mode, and AIs.

Results 89 Games issues
Sort by recently updated
recently updated
newest added

Add a combined test and auto-documentation for an example game. Read from actual source code file (as that can be read from file system when running tests) and produce output....

documentation

Add share buttons https://www.npmjs.com/package/vue-share-buttons for sharing a game when a game is over. Start with Facebook, WhatsApp and Twitter. Add more of them when/if it is requested.

enhancement
vue-js-client

Similar to [Minesweeper Flags Extreme](https://play.minesweeperflags.net) or [Lichess](https://en.lichess.org), highlight the most recent move - possibly most recent move for each player.

enhancement
vue-js-client
site-wide

The project is now known as "Zomis' Games" and any place "Server2" occurs should be changed to "Zomis' Games" or just "Games" or "Server", depending on the context. Definition of...

documentation
refactor

As the project grows, the variations in naming grows bigger. And the packages gets more and more and it's getting harder to find stuff. Set a naming convention standard for...

documentation

To avoid having to re-implement the same behavior in every game, it might be beneficial to create some reusable components. Such as: - [x] PlayerProfile (v-avatar showing picture, hover text,...

needs-refinement
vue-js-client
site-wide
refactor

As the number and complexity of props in Vue components increase, using some basic type checks would be beneficial. See https://vuejs.org/v2/guide/components-props.html#Type-Checks I don't think it's necessary to use TypeScript for...

vue-js-client
refactor

It would be nice to have a way to chat with other players while playing a game with them.

site-wide
chat

Add documentation for what kinds of WebSocket messages are sent back and forth. - [x] Login - [x] Lobby - [x] Invites - [ ] Requesting possible moves in a...

documentation