Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-28 | Score on final position | Stephen Enders | |
Will score and remove the piece upon moving into the final pos | |||
2021-01-28 | Allow turn passing on 0 roll | Stephen Enders | |
2021-01-27 | Legal placement logic and capturing | Stephen Enders | |
Use board_t for board and prevent illegal placements. And allow for piece capture | |||
2021-01-27 | Move board to use piece_t | Stephen Enders | |
Since we need to know what "position" a piece is placed in reuse the piece struct to track the board placement. | |||
2021-01-23 | Move source files to src folder | Stephen Enders | |
We'll be making a few source files it'll be useful to have them organized at least somewhat from our non-src files |