You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
802 B
27 lines
802 B
Connect 4
|
|
=========
|
|
|
|
## Building
|
|
|
|
Except for the CLI project, every project should be cross platform.
|
|
CLI however, is a Apple XCode CLI project and requires XCode to be built and run.
|
|
|
|
## Tests
|
|
|
|
Legacy XCT Tests are used and therefore are not cross platform.
|
|
|
|
## Parts
|
|
|
|
(also accesible via tags)
|
|
|
|
- [Part 1](https://codefirst.iut.uca.fr/git/mathieu.grousseau/Connect4/src/tag/part-1)
|
|
- [Part 2](https://codefirst.iut.uca.fr/git/mathieu.grousseau/Connect4/src/tag/part-2)
|
|
- [Part 3](https://codefirst.iut.uca.fr/git/mathieu.grousseau/Connect4/src/tag/part-3)
|
|
- [Part 4](https://codefirst.iut.uca.fr/git/mathieu.grousseau/Connect4/src/tag/part-4)
|
|
- [Part 5](https://codefirst.iut.uca.fr/git/mathieu.grousseau/Connect4/src/tag/part-5)
|
|
|
|
## Is Missing:
|
|
|
|
- Some non-mendatory features
|
|
- Documentation
|