This site requires JavaScript, please enable it in your browser!
Greenfoot back
DAlmond123
DAlmond123 wrote ...

2012/9/21

Bug Halfway Running Off World...

DAlmond123 DAlmond123

2012/9/21

#
This is for a project I'm doing for a Computer Science course. It states, "Currently the bug halfway runs off the world. This is very unprofessional and needs to be fixed. Modify the existing code to fix this issue." The problem is we have never did anything like this in class. Where should I look to accomplish this task?
danpost danpost

2012/9/21

#
"the bug halfway runs off the world.": first ask yourself what state of the bug are we looking at and what are all the possible ways that this problem can arise; then ask what condition(s) is(are) true at the moment that the problem begins (for each possible way that this problem can arise) and what can be done to rectify the situation. The answer to the second part will be the code you use (or can be translated into it).
You need to login to post a reply.