Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
docs: move docs in repo to gitbook (#1559)
Browse files Browse the repository at this point in the history
* docs: move docs in repo to gitbook
  • Loading branch information
dionizh committed Jul 16, 2021
1 parent 38c7b9a commit 2d609fa
Show file tree
Hide file tree
Showing 41 changed files with 21 additions and 1,340 deletions.
42 changes: 21 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
<p align="center">
<a href="https://www.codeforlife.education/play/kurono/" target="_blank">
<img src="/docs/images/kurono_logo_simple.svg" height="100px" alt="Kurono Logo" />
</a>
</p>
# Kurono (codename: aimmo)

<h3 align="center">
Using intermediate Python, join your class on a time travelling adventure. Work together to complete challenges and unlock new time periods.
</h3>

[![Code Climate](https://codeclimate.com/github/ocadotechnology/aimmo/badges/gpa.svg)](https://codeclimate.com/github/ocadotechnology/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)

<p align="center">
<a href="https://www.codeforlife.education/play/kurono/" target="_blank">
<img src="/docs/images/kurono_game.png" height="400px" alt="Kurono Game" />
<img src="images/kurono_game.png" height="400px" alt="Kurono Game" />
</a>
</p>

It is the year 3000 and the museum is in big trouble! The priceless artifacts are lost and scattered across timelines. Your team’s mission is to travel through time and bring them back into the museum.
[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.

## Quick Start
1. **Fork** the repo.
2. Take a look at our [usage guidelines](docs/usage.md) to see how to get started.
## To get started

## Documentation
Take a look at our [documentation table of contents](docs/README.md).
- [Developer Guide](https://docs.codeforlife.education/developer-guide)

## How to contribute!
__Want to help?__ You can read the [contributing guidelines][contrib-guidelines]. You can also contact us directly using this [contact form][c4l-contact-form] and we'll get in touch as soon as possible! Thanks a lot.
- [Good First Issues](https://github.com/ocadotechnology/aimmo/contribute)

[c4l-contact-form]: https://www.codeforlife.education/help/#contact
[contrib-guidelines]: https://github.com/ocadotechnology/aimmo/blob/master/CONTRIBUTING.md
- 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)

<p align="center">
<br /><br />
<a href="https://www.codeforlife.education/play/kurono/" target="_blank">
<img src="images/kurono_logo_simple.svg" height="100px" alt="Kurono Logo" />
</a>
</p>
34 changes: 0 additions & 34 deletions docs/FAQ.md

This file was deleted.

46 changes: 0 additions & 46 deletions docs/README.md

This file was deleted.

19 changes: 0 additions & 19 deletions docs/analytics/google.md

This file was deleted.

35 changes: 0 additions & 35 deletions docs/architecture/README.md

This file was deleted.

7 changes: 0 additions & 7 deletions docs/architecture/game-creator/README.md

This file was deleted.

43 changes: 0 additions & 43 deletions docs/architecture/games/README.md

This file was deleted.

63 changes: 0 additions & 63 deletions docs/architecture/games/actions.md

This file was deleted.

30 changes: 0 additions & 30 deletions docs/architecture/games/avatar.md

This file was deleted.

7 changes: 0 additions & 7 deletions docs/architecture/games/conditions.md

This file was deleted.

9 changes: 0 additions & 9 deletions docs/architecture/games/effects.md

This file was deleted.

29 changes: 0 additions & 29 deletions docs/architecture/games/game-runner.md

This file was deleted.

Loading

0 comments on commit 2d609fa

Please sign in to comment.