index
:
school/comp-268.git
master
Unnamed repository; edit this file 'description' to name the repository.
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Q9
/
MovingRobot.java
Age
Commit message (
Expand
)
Author
2019-08-05
remove commented out code
mo khan
2019-08-05
collapse lines of output to make it easier to read
mo khan
2019-08-05
print 4 frames per second
mo khan
2019-08-05
remove duplicate printing of routes
mo khan
2019-08-05
remove API that is not needed
mo khan
2019-08-05
move printGrid to Robot
mo khan
2019-08-05
rename robots from X and Y to 1 and 2
mo khan
2019-08-05
use the new line constant
mo khan
2019-08-05
rename directions to follow known standards rather than made up confusing names
mo khan
2019-08-05
ensure each direction is tested
mo khan
2019-08-05
print full 10x10 grid
mo khan
2019-08-05
extract sleep method
mo khan
2019-08-05
make clear work on posix and add sleep
mo khan
2019-08-05
clear screen between rounds
mo khan
2019-08-05
start to print the grid
mo khan
2019-08-05
print position during movement
mo khan
2019-08-05
join movement with comma
mo khan
2019-08-05
add console entry point for robot program
mo khan
2019-08-05
move robots on a grid
mo khan
2019-08-04
add classes as per prescribed class diagram
mo khan