Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use coordinate notation for inputHEADmaster | Raúl Benencia | 2015-05-12 | 1 | -28/+25 |
| | |||||
* | remove include to stdio | Raúl Benencia | 2015-04-01 | 1 | -2/+0 |
| | |||||
* | 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 | 3 | -2/+38 |
| | |||||
* | rename new_piece to piece_new in order to follow general convention | Raúl Benencia | 2015-03-31 | 3 | -3/+3 |
| | |||||
* | 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 | 4 | -18/+41 |
| | |||||
* | remove move_is_valid, will place it somewhere else | Raúl Benencia | 2015-03-31 | 2 | -13/+0 |
| | |||||
* | 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 |