Go to file
James Hogan 00ddf64cef
Drop default dependency
We don't actually depend on default, so drop it from the dependency
list.

Signed-off-by: James Hogan <james@albanarts.com>
2021-04-04 16:20:17 +01:00
docs Add reduced JPEG screenshot for README 2021-04-03 21:32:49 +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 Drop default dependency 2021-04-04 16:20:17 +01:00
blocks.lua Make numeracy:block red in inventory 2021-04-04 15:50:20 +01:00
init.lua Rename mod to "numeracy" 2021-04-02 23:15:23 +01:00
mod.conf Drop default dependency 2021-04-04 16:20:17 +01:00
numbers.lua Make numbers unpointable and unwalkable 2021-04-04 15:52:45 +01:00
screenshot.png Update screenshot.png 2021-04-03 18:40:41 +01:00
update.lua Rearrange cubic 27 slightly 2021-04-04 15:56:02 +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)

Report bugs to the github repository.

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

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:

  • Extend beyond 99 blocks in a group
  • 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)