1
0
Files
kata-tondeuse/README.md
2025-07-17 21:21:15 +02:00

625 B

Kata Tondeuse

Simulate the movement of Tondeuses (mowers) on a rectangular Pelouse (lawn), following a set of instructions.

Requirements

  • Java 8 or later
  • Maven

Setup

Clone this repository

git clone https://github.com/yourusername/katatondeuse.git
cd katatondeuse

Running the Application

To run the application:

mvn compile exec:java -Dexec.mainClass="com.qrouland.katatondeuse.Main" -Dexec.args="examples/input.txt"

Running Tests

To run all tests :

mvn test

License

This project is licensed under the WTFPL - Do What The F*** You Want To Public License.