Page 1 of 1

[Mod]basic_games [basic_games]

PostPosted: Sat May 23, 2015 06:40
by rnd
Mod adds Checkers ( 2 player game on 8x8 board https://en.wikipedia.org/wiki/Draughts), Spleef (game from minecraft, make other player fall through floor), minesweeper (classic games that comes with Windows https://en.wikipedia.org/wiki/Microsoft_Minesweeper), Sokoban (logic game https://en.wikipedia.org/wiki/Sokoban). Additionaly there is maze generator and Game of life simulation.

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
Image


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
Image




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
Image


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

Re: basic_games

PostPosted: Sat May 23, 2015 06:54
by rnd
Spleef game

Place game block ("games:spleef", partially hidden green block near keypad on right) and punch it to (re)load game arena. Place lava or other design below.

Image

Re: basic_games

PostPosted: Sat May 23, 2015 07:10
by Krock
I waited for a minigame mod and suddenly there appear 4 at once!

Good job :)

Re: basic_games

PostPosted: Sat May 23, 2015 19:45
by Evergreen
I always thought about making little games like this using lua scripting. Nice job!

Re: basic_games

PostPosted: Sun Aug 16, 2015 21:58
by maikerumine
When I typed /checkers it crashed the server. I'll be honest, a short tutorial on these would be great. I'm going to have to ask you to come in to work on Saturday, that would be great ;-)

Re: basic_games

PostPosted: Sun Apr 24, 2016 22:18
by rnd
update: added minesweeper. to use place games:minesweeper and read ingame instructions.

Re: basic_games

PostPosted: Mon May 02, 2016 13:44
by Sokomine
rnd wrote:update: added minesweeper. to use place games:minesweeper and read ingame instructions.

Sounds dangerous :-) Perhaps it could even be 3d in MT. Although that might be very challenging for the player.

Re: basic_games

PostPosted: Wed Nov 09, 2016 14:45
by hajo
Sokomine wrote:
rnd wrote:update: added minesweeper. to use place games:minesweeper and read ingame instructions.

Sounds dangerous :-)

What, minesweeper with real TNT ?

Re: basic_games

PostPosted: Thu Nov 10, 2016 00:49
by TheReaperKing
Does this have a license?

Re: [Mod]basic_games [basic_games]

PostPosted: Thu Nov 10, 2016 07:19
by rnd
Yes, its standard LGPL.

All the games are remakes of classic games. Links are in first post description.