Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 |