Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fossrit/blocku
- Owner: FOSSRIT
- License: lgpl-3.0
- Created: 2012-04-18T04:41:37.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2020-03-23T18:57:45.000Z (over 4 years ago)
- Last Synced: 2023-10-20T19:53:05.775Z (about 1 year ago)
- Topics: education, educational-game, game, game-development, humanitarian, olpc, python, rochester, rochester-institute-of-technology, sugar-activity, xo-laptop
- Language: Python
- Homepage: https://fossrit.github.io/projects/blocku
- Size: 25.7 MB
- Stars: 1
- Watchers: 13
- Forks: 4
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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).