Go to file
James Hogan 7aef8a727d
Update screenshot.png
Update screenshot with numbers 1 to 16.

Signed-off-by: James Hogan <james@albanarts.com>
2021-04-03 18:40:41 +01:00
textures Rename textures to numeracy_*.png 2021-04-02 23:04:13 +01:00
LICENSE.txt LICENSE.txt: Tweak attribution 2021-04-03 18:15:51 +01:00
README.md Add screenshot to README.md 2021-04-03 18:24:58 +01:00
blocks.lua More numberblocks->numeracy replacements 2021-04-02 23:17:05 +01:00
init.lua Rename mod to "numeracy" 2021-04-02 23:15:23 +01:00
mod.conf Replace depends.txt/description.txt with mod.conf 2021-04-03 18:14:36 +01:00
numbers.lua Move nodes to numeracy: prefix 2021-04-02 23:07:17 +01:00
screenshot.png Update screenshot.png 2021-04-03 18:40:41 +01:00
update.lua More numberblocks->numeracy replacements 2021-04-02 23:17:05 +01:00
utils.lua utils: Extend sorted iteration to handle reverse sort 2021-04-02 22:18:57 +01:00

README.md

Numeracy Mod for Minetest

Adds blocks for exploring numeracy with children, which join together and change appearance depending on the number of connected blocks. Inspired by the kids TV programme Numberblocks.

Screenshot

Version: 0.1 Licence: LGPL 2.1 or later, CC-BY-SA 3.0 UNPORTED (see LICENSE.txt)

Dependencies: default mod (found in minetest_game)

Report bugs to the github repository.

Request help (or report bugs) in the Matrix room.

Installation

Unzip the archive, rename the folder to to numeracy and place it in minetest/mods/minetest/

( Linux: If you have a linux system-wide installation place it in ~/.minetest/mods/minetest/. )

( If you only want this to be used in a single world, place the folder in worldmods/ in your worlddirectory. )

For further information or help see: http://wiki.minetest.com/wiki/Installing_Mods

Getting Started

Get a "Numeracy Block" from the creative inventry and start placing them down in groups. Watch the blocks change appearance and the number above the blocks change.

Try measuring the distance between two places by placing a trail of blocks down.

Try making as many different rectangles or other shapes out of the same number of blocks.

Try exploring sequences of natural numbers, times tables (rectangles), square numbers, cube numbers, triangle numbers (like a stair case).

Roadmap

Some features I may add to this mod in future include:

  • Extend beyond 99 blocks in a group
  • Allow blocks and numbers to point in different directions
  • Add tools to make things easier and faster, e.g.:
    • Extend the group of blocks in the chosen direction
    • Rearrange groups of blocks to explore factors and other properties
  • Selection of blocks in a group for counting or other operations, making them light up
  • Add some form of arithmetic operators to combine (add/multiply), split (subtract/divide), or otherwise manipulate (square/cube) groups of blocks
  • Sounds (reading out of numbers)