Confluxys

← Back to Home

Minetest

Getting Started with Minetest

Minetest is a free, open-source voxel game engine that allows you to create and play various games.

Installation

You can download Minetest from the official website or install it via package manager:

# Ubuntu/Debian
sudo apt install minetest

# Arch Linux  
sudo pacman -S minetest

First Steps

  1. Launch Minetest
  2. Create a new world
  3. Choose a game (Minetest Game is the default)
  4. Start exploring!

Happy mining!