Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use coordinate notation for inputHEADmaster | Raúl Benencia | 2015-05-12 | 1 | -28/+25 |
* | use square getters and settersinput | Raúl Benencia | 2015-03-31 | 1 | -12/+13 |
* | add square getters and setters | Raúl Benencia | 2015-03-31 | 1 | -0/+21 |
* | rename new_piece to piece_new in order to follow general convention | Raúl Benencia | 2015-03-31 | 2 | -2/+2 |
* | user coord getters | Raúl Benencia | 2015-03-31 | 1 | -4/+4 |
* | improve var names | Raúl Benencia | 2015-03-31 | 1 | -8/+8 |
* | input_move instead of coordinates. Introduce game_is_move_valid() | Raúl Benencia | 2015-03-31 | 2 | -15/+33 |
* | remove move_is_valid, will place it somewhere else | Raúl Benencia | 2015-03-31 | 1 | -8/+0 |
* | use puts | Raúl Benencia | 2015-03-31 | 1 | -2/+2 |
* | define game_is_checkmate(Board, Color) | Raúl Benencia | 2015-03-31 | 1 | -1/+10 |
* | introduce game loop function | Raúl Benencia | 2015-03-31 | 1 | -0/+36 |
* | board make move | Raúl Benencia | 2015-03-31 | 1 | -0/+18 |
* | add move fields getters | Raúl Benencia | 2015-03-31 | 1 | -1/+9 |
* | change return value of coord_is_valid | Raúl Benencia | 2015-03-31 | 1 | -4/+4 |
* | input coordinates from stdin | Raúl Benencia | 2015-03-31 | 1 | -0/+38 |
* | add move type | Raúl Benencia | 2015-03-31 | 1 | -0/+22 |
* | clean board printing | Raúl Benencia | 2015-03-28 | 1 | -2/+3 |
* | 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 | 1 | -0/+14 |
* | use coordinates | Raúl Benencia | 2015-03-28 | 3 | -65/+173 |
* | add setters and getters for the board squares using Coord | Raúl Benencia | 2015-03-28 | 1 | -0/+26 |
* | add a Coord type and init functions | Raúl Benencia | 2015-03-28 | 1 | -0/+31 |
* | helper functions should be static | Raúl Benencia | 2015-03-28 | 1 | -9/+9 |
* | setup piecespieces | Raúl Benencia | 2015-03-27 | 2 | -4/+47 |
* | correctly print a boardboard | Raúl Benencia | 2015-03-27 | 1 | -10/+14 |
* | don't use Board pointers | Raúl Benencia | 2015-03-27 | 1 | -14/+14 |
* | initial commit | Raúl Benencia | 2015-03-27 | 3 | -0/+178 |