aboutsummaryrefslogtreecommitdiff
path: root/src/ch
Commit message (Collapse)AuthorAge
* Fix Player id getter failurePacien TRAN-GIRARD2016-03-07
|
* Fix default life-state and directed position sequences Player constructorPacien TRAN-GIRARD2016-03-07
|
* Fix Bomb secondary constructor for decreasing fuse lengths sequencesPacien TRAN-GIRARD2016-03-07
|
* Remove useless lines from the secondary builder of the Player classTimothée Floure2016-03-07
|
* Fix the Bomb & Player secondary builderTimothée Floure2016-03-07
|
* Basics of the third week (Player & Bomb)Timothée Floure2016-03-07
|
* Fix typo in comment + remove tests on null inputTimothée Floure2016-02-29
|
* Add the Lists and Board Class + the Ticks Interface. Add the testsTimothée Floure2016-02-27
| | | | related to the '02_Board' part of the project.
* Add the Block enum and the Ticks interfaceTimothée Floure2016-02-24
|
* Add Timothée FLOURE as @author + autoformat code using eclipse01_cellsTimothée Floure2016-02-24
|
* Refactor neighbor computation using directional vectorsPacien TRAN-GIRARD2016-02-22
|
* Implement the SubCell classPacien TRAN-GIRARD2016-02-22
|
* Fix neighbor coordinates calculationPacien TRAN-GIRARD2016-02-22
|
* Fix equality comparisonPacien TRAN-GIRARD2016-02-22
|
* Fix row major index calculationPacien TRAN-GIRARD2016-02-22
|
* Implement the Cell classPacien TRAN-GIRARD2016-02-22
|
* Add missing documentation on enum constantsPacien TRAN-GIRARD2016-02-22
|
* Implement Direction enumPacien TRAN-GIRARD2016-02-22