Skip to content

Releases: fweiss/rover-kata-python

Feature 6

07 Apr 17:33
Compare
Choose a tag to compare

Final kata feature:

– Implement obstacle detection before each move to a new square. If a given sequence of commands encounters an obstacle, the rover moves up to the last possible point and reports the obstacle.

Feature 5

07 Apr 01:47
Compare
Choose a tag to compare

Please use f5.1, this release was missing file. https://github.com/fweiss/rover-kata-python/releases/tag/F5.1

– Implement wrapping from one edge of the grid to another. (planets are spheres after all)

F5.1

07 Apr 16:21
Compare
Choose a tag to compare

– Implement wrapping from one edge of the grid to another. (planets are spheres after all)

Note: f5.1 was missing the planet.py source

Feature 4

06 Apr 21:45
Compare
Choose a tag to compare

Revisit a prior feature:

– The rover receives a character array of commands.

Feature 3

06 Apr 21:32
Compare
Choose a tag to compare

– Implement commands that turn the rover left/right (l,r).

Feature 2

06 Apr 21:07
Compare
Choose a tag to compare

– The rover receives a character array of commands.
– Implement commands that move the rover forward/backward (f,b).

Feature 1

06 Apr 16:27
Compare
Choose a tag to compare

You are given the initial starting point (x,y) of a rover and the direction (N,S,E,W) it is facing.