SeaWarAi is AI project.
The flowing project is available here. For cloning the repository in your project do:
git clone https://github.com/AghilasSini/SeaWarAi.git
- Java 8 (Oracle or JDK)
- Eclipse / IntelliJ (Up to you)
After cloning the repostiry on your machine:
./gradlew clean
Generate the project files for your IDE by using the following command line (inside the project):
- Eclipse:
./gradlew eclipse
- IntelliJ:
./gradlew idea
You can compile and build the project by using the following command line (inside the project):
./gradlew build
To run the game:
./gradlew run
Explain how to run the automated tests for this system
Explain what these tests test and why
Give an example
Give an example
Add additional notes about how to deploy this on a live system
- Gradle - Dependency Management
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use Git for versioning. For the versions available, see the tags on this repository.
- Les Programmeurs Bretons - Initial work - ProjetSeaWar
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details