Skip to content

lecorsedegironde/SeaWarAi

 
 

Repository files navigation

SeaWar

SeaWarAi is AI project.

Getting Started

The flowing project is available here. For cloning the repository in your project do:

git clone https://github.com/AghilasSini/SeaWarAi.git

Prerequisites

  • Java 8 (Oracle or JDK)
  • Eclipse / IntelliJ (Up to you)

Installing

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

Running the tests

Explain how to run the automated tests for this system

Break down into end to end tests

Explain what these tests test and why

Give an example

And coding style tests

Give an example

Deployment

Add additional notes about how to deploy this on a live system

Built With

  • Gradle - Dependency Management

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use Git for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%