Depends: default
License: LGPL
Download: https://github.com/ac-minetest/games
---------------------------------------------------------------------------------------
Checkers
To start/reset play punch checkers game block (games:checkers). To move piece punch piece then punch board. To capture picked up piece right click board.
Checkers game field checkers game field
Sokoban
To start play right click sokoban game loader (games:sokoban) and enter level number. Included are 90 classic sokoban levels in .sok format. It can give out award upon level completion.
sokoban game field
Maze generator
Deep first search backtracker algorithm
To use it you need to have "maze" privs. After that just type /maze (optional parameters like size, seed, starting position) and maze will build itself at your position.
maze
Game of life
place game block (games:life) on ground. 11x11 flat area just above the block is game field. Place initial arangement of blocks there ( any non air block counts). Then punch game block to start/pause game.
Conway's game of life on 11x11 torus maze