Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use puts | Raúl Benencia | 2015-03-31 | 1 | -2/+2 |
* | one line main :-) | Raúl Benencia | 2015-03-31 | 1 | -4/+1 |
* | define game_is_checkmate(Board, Color) | Raúl Benencia | 2015-03-31 | 2 | -1/+15 |
* | use game_loop function | Raúl Benencia | 2015-03-31 | 1 | -6/+2 |
* | introduce game loop function | Raúl Benencia | 2015-03-31 | 3 | -2/+49 |
* | board make move | Raúl Benencia | 2015-03-31 | 2 | -0/+23 |
* | add move fields getters | Raúl Benencia | 2015-03-31 | 2 | -1/+12 |
* | change return value of coord_is_valid | Raúl Benencia | 2015-03-31 | 1 | -4/+4 |
* | add move type | Raúl Benencia | 2015-03-31 | 1 | -0/+5 |
* | depend on newly created files | Raúl Benencia | 2015-03-31 | 1 | -2/+2 |
* | input coordinates from stdin | Raúl Benencia | 2015-03-31 | 2 | -0/+47 |
* | add move type | Raúl Benencia | 2015-03-31 | 2 | -0/+38 |
* | remove uneeded vars | Raúl Benencia | 2015-03-29 | 1 | -4/+4 |
* | clean board printing | Raúl Benencia | 2015-03-28 | 2 | -2/+5 |
* | print coordinatescoords | Raúl Benencia | 2015-03-28 | 1 | -0/+31 |
* | use coord getters | Raúl Benencia | 2015-03-28 | 1 | -3/+3 |
* | implement coordinate setters and getters | Raúl Benencia | 2015-03-28 | 2 | -0/+24 |
* | use coordinates | Raúl Benencia | 2015-03-28 | 6 | -70/+220 |
* | add setters and getters for the board squares using Coord | Raúl Benencia | 2015-03-28 | 2 | -0/+29 |
* | add coordinate files | Raúl Benencia | 2015-03-28 | 1 | -2/+2 |
* | add a Coord type and init functions | Raúl Benencia | 2015-03-28 | 3 | -0/+48 |
* | helper functions should be static | Raúl Benencia | 2015-03-28 | 1 | -9/+9 |
* | setup piecespieces | Raúl Benencia | 2015-03-27 | 5 | -5/+50 |
* | correctly print a boardboard | Raúl Benencia | 2015-03-27 | 2 | -11/+15 |
* | don't use Board pointers | Raúl Benencia | 2015-03-27 | 2 | -15/+15 |
* | ignore object files | Raúl Benencia | 2015-03-27 | 1 | -0/+2 |
* | initial commit | Raúl Benencia | 2015-03-27 | 9 | -0/+254 |