added new entries, renamed folder games/misc to games/tools
This commit is contained in:
@@ -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)
|
||||
|
19
games/framework/minetest.md
Normal file
19
games/framework/minetest.md
Normal 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
|
Reference in New Issue
Block a user