Skip to content

asl97/freeminer

 
 

Repository files navigation

Freeminer

Build Status

Freeminer is an open source sandbox game inspired by Minecraft.

Freeminer is based on Minetest which is developed by a number of contributors from all over the globe.

It aims to make the game fun while trading off some bits of perfectionism.

Further documentation

Default controls

  • WASD: move
  • Space: jump/climb
  • Shift: sneak/go down
  • Q: drop item
  • I: inventory
  • Mouse: turn/look
  • Mouse left: dig/punch
  • Mouse right: place/use
  • Mouse wheel: select item
  • Esc: pause menu
  • T: chat
  • Z: zoom
  • Tab: player list

Compiling

Install dependencies. Here's an example for Debian/Ubuntu:

sudo apt-get install build-essential libirrlicht-dev cmake libbz2-dev libpng12-dev libjpeg8-dev libfreetype6-dev libxxf86vm-dev libgl1-mesa-dev libsqlite3-dev libvorbis-dev libopenal-dev libcurl4-openssl-dev

Download source code:

git clone --recursive https://github.com/freeminer/freeminer.git
cd freeminer

Build it:

mkdir build && cd build
cmake .. -DRUN_IN_PLACE=1 -DENABLE_FREETYPE=1
make -j4

Play it!

cd ..
./bin/freeminer

About

Freeminer is an open source sandbox game inspired by Minecraft.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 59.2%
  • C++ 36.5%
  • Lua 3.7%
  • Python 0.3%
  • Shell 0.2%
  • Objective-C 0.1%