Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ocadotechnology/aimmo
A python-based multi-player online educational game for students to play in a class or club setting.
https://github.com/ocadotechnology/aimmo
django edtech educational educational-game python react secondary-school
Last synced: about 1 month ago
JSON representation
A python-based multi-player online educational game for students to play in a class or club setting.
- Host: GitHub
- URL: https://github.com/ocadotechnology/aimmo
- Owner: ocadotechnology
- License: other
- Created: 2015-07-14T12:10:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-12T13:27:10.000Z (9 months ago)
- Last Synced: 2024-04-12T19:55:50.155Z (9 months ago)
- Topics: django, edtech, educational, educational-game, python, react, secondary-school
- Language: Python
- Homepage:
- Size: 40.2 MB
- Stars: 115
- Watchers: 42
- Forks: 58
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Kurono (codename: aimmo)
[![Workflow Status](https://github.com/ocadotechnology/aimmo/actions/workflows/cicd.yml/badge.svg)](https://github.com/ocadotechnology/aimmo/actions/workflows/cicd.yml)
[![codecov](https://codecov.io/gh/ocadotechnology/aimmo/branch/master/graph/badge.svg)](https://codecov.io/gh/ocadotechnology/aimmo)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
[![Zenhub Shield](https://camo.githubusercontent.com/96347b1f6d9b0f08194ba026de8b69bc27bb8f0d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5368697070696e675f6661737465725f776974682d5a656e4875622d3565363062612e7376673f7374796c653d666c61742d737175617265)](https://app.zenhub.com/workspace/o/ocadotechnology/codeforlife-deploy-appengine/boards?repos=96999382,39072690)## 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 or not 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.## Kurono
[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.
**Kurono** is a [Code for Life](https://www.codeforlife.education/) project, aimed at teaching students and keen adults programming with Python. The game is designed to be played in a class or a group setting, as it simulates a multiplayer online 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/aimmo/contribute)
- Setting up your work environment: [common setup](https://docs.codeforlife.education/git/common-setup) and [aimmo specific setup](https://docs.codeforlife.education/git/aimmo-setup)
- [Testing](https://docs.codeforlife.education/git/testing)