added new entries, renamed folder games/misc to games/tools

This commit is contained in:
Trilarion
2019-06-23 10:26:41 +02:00
parent a816ea4463
commit 23c81c40ed
33 changed files with 265 additions and 87 deletions

View File

@@ -24,6 +24,7 @@
- **[LÖVE](loeve.md)** (C++, zlib, mature)
- **[Mana](mana_source.md)** (C++, GPL-2.0, beta)
- **[Maratis](maratis.md)** (C++, GPL-2.0, beta)
- **[Minetest](minetest.md)** (C++, Lua, LGPL-2.1, mature)
- **[MonoGame](monogame.md)** (C#, MPL, MIT, mature)
- **[O.H.R.RPG.C.E](ohrrpgce.md)** (Basic, GPL-2.0, mature)
- **[OGRE3D](ogre3d.md)** (C++, MIT, mature)

View File

@@ -0,0 +1,19 @@
# Minetest
_Voxel game engine._
- Home: https://www.minetest.net/
- State: mature
- Download: https://www.minetest.net/downloads/
- Platform: Windows, Linux, macOS, Android
- Keywords: voxel
- Code repository: https://github.com/minetest/minetest.git
- Code language: C++, Lua
- Code license: LGPL-2.1
- Code dependencies: Irrlicht
- Assets license: CC-BY-SA-3.0
## Building
- Build system: CMake
- Build instructions: https://github.com/minetest/minetest#compiling