Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fossrit/blocku

Math-based Sudoku-style puzzle game designed for One Laptop per Child XO laptops
https://github.com/fossrit/blocku

education educational-game game game-development humanitarian olpc python rochester rochester-institute-of-technology sugar-activity xo-laptop

Last synced: 1 day ago
JSON representation

Math-based Sudoku-style puzzle game designed for One Laptop per Child XO laptops

Awesome Lists containing this project

README

        

Blocku
======

[![License: LGPL v3](https://img.shields.io/badge/License-LGPL%20v3-blue.svg)](https://www.gnu.org/licenses/lgpl-3.0)

Math-based Sudoku-style puzzle game designed for One Laptop per Child XO laptops
([see FOSS@RIT project profile!](https://fossrit.github.io/projects/blocku))

![Blocku logo](https://github.com/FOSSRIT/blocku/raw/dcf78d055996155de67261fdc990adf07067bfc1/Blocku.png)

## About

Blocku is a math-based Sudoku-style puzzle game.
The player is given an answer and they have to complete the puzzle by matching the sides of the blocks together that, following the correct operator (+, -, \*, /) will give them the answer.

## How to Play

Move the blocks from around the outside into one of the squares.
There's a number at the top which signifies what the sides of each block has to equal. When every side is equal to that number, you win!

See the [Tutorials page](https://wiki.sugarlabs.org/go/Activities/Blocku/Tutorials) for more guidance.

## How to Start

If using an XO, or other Sugar Labs platform, just [download the game](https://activities.sugarlabs.org/en-US/sugar/addon/4399/) and click on it.

## Resources

* [Sugar Labs wiki page](https://wiki.sugarlabs.org/go/Activities/Blocku)
* [Developer notes and logs](https://wiki.sugarlabs.org/go/Activities/Blocku/Development)
* [Notes for teachers](https://wiki.sugarlabs.org/go/Activities/Blocku/Teacher)
* [Notes for students](https://wiki.sugarlabs.org/go/Activities/Blocku/Student)
* [Lesson plans](https://wiki.sugarlabs.org/go/Activities/Blocku/LessonPlans)
* [Screenshots](https://wiki.sugarlabs.org/go/Activities/Blocku/Sketches/Screenshots)
* [Tutorials](https://wiki.sugarlabs.org/go/Activities/Blocku/Tutorials)
* [Received suggestions and comments](https://wiki.sugarlabs.org/go/Activities/Blocku/Suggestions/Comments)

## Legal

This project is licensed under the [Lesser GNU Public License (LGPL) v3](https://www.gnu.org/licenses/lgpl-3.0.en.html).