chess
chess copied to clipboard
Multiplayer chess game in Elixir/Phoenix and React
Turns out this is important for castling as we need to know whether various pieces have moved. - [x] Track each move in moves table - [x] Track captured pieces
Determine when the players king has been placed in check and checkmate. - [x] Check check - [x] Checkmate!
- [x] Limit pawns - [x] Limit rooks - [x] Limit bishops - [x] Limit knights - [x] Limit queens - [x] Limit kings
- [x] Add name - [x] Use email address instead of username
- [x] Game creation should allow me to pick an opponent - [x] Show who I'm playing in the games list - [x] Games list should show games for which...
So that I have someone to play against As a regular user I want to find someone to play
Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.23 to 3.3.4. Changelog Sourced from nanoid's changelog. 3.3.4 Fixed --help in CLI (by @Lete114). 3.3.3 Reduced size (by Anton Khlynovskiy). 3.3.2 Fixed enhanced-resolve support. 3.3.1 Reduced...