1
0

Initial Commit

This commit is contained in:
2025-07-16 18:06:02 +02:00
commit 2358585522
33 changed files with 1523 additions and 0 deletions

39
README.md Normal file
View File

@ -0,0 +1,39 @@
# 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
```bash
git clone https://github.com/yourusername/katatondeuse.git
cd katatondeuse
```
## Running the Application
To run the application:
```bash
mvn compile exec:java -Dexec.mainClass="com.qrouland.katatondeuse.Main" -Dexec.args="examples/input.txt"
```
## Running Tests
To run all tests :
```bash
mvn test
```
## License
This project is licensed under the WTFPL - Do What The F*** You Want To Public License.