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

danpost's Comments

Back to danpost's profile

Source is now provided.
@Roshan123, answer is in description. However, I think UserInfo data is screwed up for this scenario.
@Roshan123, it was uploaded a while ago (before transition to usage of javascript. I will update asap.
@Rosshan123, I presume the sizes are for YOUR scenario. The Fps class only uses about 6KB. The avg seems about right for a scenario running at normal speed. A scenario is more likely to lag on the site than off. This should give you an idea of how bad your scenario lags, if at all.
Number of moves to solve: * L-1: 7 * L-2: 46 * L-3: 103 * L-4: 146 * L-5: 132 * L-6: 128 * L-7: 59
The "feel" of the controls is terrible. They do not respond in a natural way.
danpostdanpost

2020/8/27

I like the limited vision and how the walls and paths fade in and out.
@Kostya, takes time to access server database multiple times.
Start act method of Road class with: if (getObjects(Car.class).isEmpty()) { // game over code here } else