Multi-robot grid simulator with DDD in Java 21 + Spring Boot REST API. Sequential robots treat previous final positions as dynamic obstacles. Configurable grids, collision detection, full movement history.
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
12
commits
docs: update README with note on robot movement history
3057e1cView on GitHubfeat(docs): expand README with architecture and tech stack details
13cbeacView on GitHubfeat: enhance Swagger UI configuration in `application.yaml`
d7c2ce8View on GitHubtest: add unit tests for DTO mappers and minor formatting fixes
91aed5fView on GitHubfeat: add Cucumber support for robot simulator testing
bdb89d0View on GitHubfeat: add `RobotsResponseMapper` and correct package naming inconsistencies
93a55dbView on GitHubfeat: add DTO mappers and refactor robot input processing
a660461View on GitHubrefactor: simplify `RobotGameService` logic and update tests
c162f9fView on GitHubrefactor: update domain model following specification example
ba79e23View on GitHub