Go to file
James Hogan 19310918be
Bump version to 0.4 and update CHANGELOG
Bump the version number to 0.4 in the README and update the CHANGELOG
with a summary of changes since 0.3.

Signed-off-by: James Hogan <james@albanarts.com>
2021-11-18 11:51:56 +00:00
docs Add reduced JPEG screenshot for README 2021-04-03 21:32:49 +01:00
textures Support numbers 100 to 999 2021-04-06 16:24:45 +01:00
CHANGELOG.md Bump version to 0.4 and update CHANGELOG 2021-11-18 11:51:56 +00:00
LICENSE.txt LICENSE.txt: Tweak attribution 2021-04-03 18:15:51 +01:00
README.md Bump version to 0.4 and update CHANGELOG 2021-11-18 11:51:56 +00:00
blocks.lua Support numbers 1000 to 10000 2021-04-13 13:54:53 +01:00
init.lua Reimplement numeracy_ordered_pairs() 2021-04-10 15:07:21 +01:00
mod.conf Drop default dependency 2021-04-04 16:20:17 +01:00
numbers.lua Support numbers 100 to 999 2021-04-06 16:24:45 +01:00
ordered_pairs.lua Reimplement numeracy_ordered_pairs() 2021-04-10 15:07:21 +01:00
screenshot.png Update screenshot.png 2021-04-03 18:40:41 +01:00
update.lua Add cube 64 2021-11-18 09:43:23 +00:00

README.md

ContentDB ContentDB

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.4

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

Dependencies: none

Installation

Unzip the archive 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:

  • 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)