https://github.com/ocadotechnology/rapid-router
Two games: a Blockly game (Rapid Router) for ages 5-11, and a Python game (Python Den) for ages 11+.
https://github.com/ocadotechnology/rapid-router
blockly coding django edtech education educational-game game hacktoberfest learning primary-school programming python secondary-school teaching
Last synced: 20 days ago
JSON representation
Two games: a Blockly game (Rapid Router) for ages 5-11, and a Python game (Python Den) for ages 11+.
- Host: GitHub
- URL: https://github.com/ocadotechnology/rapid-router
- Owner: ocadotechnology
- License: other
- Created: 2014-04-03T10:37:59.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2025-03-29T09:42:11.000Z (27 days ago)
- Last Synced: 2025-03-29T11:52:43.803Z (27 days ago)
- Topics: blockly, coding, django, edtech, education, educational-game, game, hacktoberfest, learning, primary-school, programming, python, secondary-school, teaching
- Language: JavaScript
- Homepage: https://www.codeforlife.education/rapidrouter/
- Size: 59.3 MB
- Stars: 58
- Watchers: 35
- Forks: 85
- Open Issues: 47
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Rapid Router
[](https://github.com/ocadotechnology/rapid-router/actions/workflows/ci.yml)
[](https://codecov.io/gh/ocadotechnology/rapid-router)## LICENCE
In accordance with the [Terms of Use](https://www.codeforlife.education/terms#terms)
of the Code for Life website, all copyright, trademarks, and other
intellectual property rights in and relating to Code for Life (including all
content of the Code for Life website, the Rapid Router application, the
Kurono application, related software (including any drawn and/or animated
avatars, whether such avatars have any modifications) and any other games,
applications or any other content that we make available from time to time) are
owned by Ocado Innovation Limited.The source code of the Code for Life portal, the Rapid Router application
and the Kurono/aimmo application are [licensed under the GNU Affero General
Public License](https://github.com/ocadotechnology/codeforlife-workspace/blob/main/LICENSE.md).
All other assets including images, logos, sounds etc., are not covered by
this licence and no-one may copy, modify, distribute, show in public or
create any derivative work from these assets.## Rapid Router
[Code for Life](https://www.codeforlife.education/) has been developed by Ocado Technology as a **free, open-source** project to inspire the next generation of computer scientists and to help teachers deliver the computing curriculum.
**Rapid Router** is a [Code for Life](https://www.codeforlife.education/) project, primarily aimed at teaching primary school students programming concepts through a vehicle routing game (older students welcome). It starts with [Blockly](https://developers.google.com/blockly) and transitions to Python.
This repository hosts the source code of the **Rapid Router game**.
We are open to contributors from anywhere around the world. Please read ahead if you'd like to get involved.
## To get started
- [Developer Guide](https://docs.codeforlife.education/developer-guide)
- [Good First Issues](https://github.com/ocadotechnology/rapid-router/contribute)
- [How to set up your work environment](https://docs.codeforlife.education/git/common-setup)
- [Testing](https://docs.codeforlife.education/git/testing)