R: Heading.turnRight()

This commit is contained in:
Paul Hameteman 2025-10-14 22:26:15 +02:00
commit 3e71bcf1af
3 changed files with 9 additions and 7 deletions

View file

@ -7,7 +7,7 @@
- [ ] Clean up constants and private fields
- [ ] Move move() into Heading.move(Position)
- [ ] Move turnLeft() into Heading.turnLeft()
- [ ] Move turnRight() into Heading.turnRight()
- [x] Move turnRight() into Heading.turnRight()
- [x] Remove HEADING_* constants
- [x] in move() compare to heading enum
- [x] in turnRight() compare to heading enum