rapid-router icon indicating copy to clipboard operation
rapid-router copied to clipboard

A Blockly and python based educational game aimed at students age 5-14.

Results 116 rapid-router issues
Sort by recently updated
recently updated
newest added

**Describe the bug** The cursor can get stuck on "click" status over the map window if the cursor moves to another window in-game mid-click. **To Reproduce** Steps to reproduce the...

bug
volunteers
in2science

## Task Description The level editor lets you place cows in the map. Currently, cows can only be placed on **valid road squares**, ie a road square that isn't a...

volunteers
in2science

**Describe the bug** In the Level Editor, whenever the user generates a random level, it always defaults to grass scenery even when the user has chosen a different scenery theme...

**Describe the bug** It is possible to create levels in the Level Editor without the required blocks to solve them, making the created level impossible. For example, it is possible...

**Bug** Instead of rotating, when non-traffic-light scenery in the Level Editor grid is clicked on for the first time after being added to the grid, it jumps to the origin....

**Describe the bug** Right after a cow is dragged onto the Level Editor grid, when it is re-dragged to a new spot on the grid, its orientation changes. This reorientation...

**Describe the bug** Some lines of code in Python-only levels don't highlight, specifically ones to do with incrementing variables and ones that call procedures. **To Reproduce** Steps to reproduce the...

bug

**Describe the bug** After clicking the "Solve" button on levels with Blockly, the model solution appears off center, sometimes so off center that it's cut off on the edge of...

bug

Some of the generated Python commands need to be changed to be more consistent. This task is to make the following changes: - [ ] instead of `.is_road("FORWARD")`, the generated...

At the moment when playing Python-only or Blockly/Python levels the code refers to the `my_van` object even when the character in the level is not a van. This task is...