Difference between revisions of "Main Page/ja"
Jump to navigation
Jump to search
(Created page with "{{Languages}} '''Minetest''' is a computer game inspired by Minecraft, Infiniminer and others. It's licensed under the GNU LGPL 2.1, with artwork generally covered by CC BY-S...") |
|||
Line 1: | Line 1: | ||
{{Languages}} | {{Languages}} | ||
− | '''Minetest''' | + | '''Minetest'''はMinecraftやInfiniminerなどからインスパイアされたPCゲームです。本体はGNU LGPL 2.1のライセンス、アートワークはCC BY-SA 3.0のライセンスで提供されます。 |
− | + | 2つの主要なパーツが、システム、最初にC++で記述される中心的なエンジンであること、2番目に役に立つ機能をLua環境にさらすmoddingしているAPIであることにあります。 | |
+ | システムは二つの部分からなり、[[C++]]で記述された[[Engine structure|中心のエンジン]]と、Mod用APIとして役立つ関数群が存在する[[Lua]]環境があります。 | ||
{{Contributor Call to Action}} | {{Contributor Call to Action}} |
Revision as of 11:29, 23 November 2015
Language: | [[::Main Page|English]] • [[::Main Page/de|Deutsch]] • [[::Main Page/fr|français]] • [[::Main Page/ja|日本語]] |
---|
MinetestはMinecraftやInfiniminerなどからインスパイアされたPCゲームです。本体はGNU LGPL 2.1のライセンス、アートワークはCC BY-SA 3.0のライセンスで提供されます。
2つの主要なパーツが、システム、最初にC++で記述される中心的なエンジンであること、2番目に役に立つ機能をLua環境にさらすmoddingしているAPIであることにあります。 システムは二つの部分からなり、C++で記述された中心のエンジンと、Mod用APIとして役立つ関数群が存在するLua環境があります。
Contribute to Luanti!
Develop the core engine
|
Develop a mod
|
Document, translate, and create
|
Be an excellent community member
|
Content Index
Before you start, you should look at the terminology.
Modding API Tips and tricks: |
Core Instructions |
Development
Design and planning For users |
Contribute to this wiki |