Start with the introduction
This commit is contained in:
parent
1e80235a01
commit
3850e8be3d
1 changed files with 13 additions and 12 deletions
|
@ -3,20 +3,21 @@
|
||||||
|
|
||||||
### Einführung
|
### Einführung
|
||||||
|
|
||||||
Minecraft is an open-ended 3D game where you can build and craft
|
Minecraft ist ein 3D Spiel ohne festes Spielziel, bei dem alles
|
||||||
anything you like. Minecraft can be extended and enhanced using 'Mods'
|
aus Klötzen gebaut und erschaffen werden kann was man sich vorstellen
|
||||||
(short for 'modifications') - additional bits of code that are added
|
kann. Minecraft kann mit Hilfe von 'Mods' (Kurzform für modifications)
|
||||||
to the Game. ScriptCraft is one such Mod - it lets you program in
|
-- also mit weiterem Programmcode -- erweitert werden. ScriptCraft ist
|
||||||
Javacript right within the game, making it possible to ...
|
eine solche Modifikation, die es erlaubt direkt im Spiel JavaScript zu
|
||||||
|
benutzen. Damit sind folgende Dinge möglich:
|
||||||
|
|
||||||
* Build using simple javascript statements.
|
* Mit simplen JavaSCript Befehlen Blöcke bauen
|
||||||
* Extend the game in other interesting ways - add new Items, change
|
* Das Spiel mit interessanten neuen Eigenschaften ausstatten (neue
|
||||||
the game behaviour and create mini-games.
|
Items hinzufügen, das Spielverhalten beeinflussen und Mini-Games
|
||||||
|
erstellen)
|
||||||
|
|
||||||
Minecraft can be played in single-player or multi-player mode (with
|
Minecraft kann im Einspieler- und im Mehrspielermodus gespielt mit
|
||||||
friends). Most people play Minecraft in Multi-player mode where
|
Freunden gespielt werden. Die meisten spielen Minecraft im
|
||||||
players connect to a Minecraft Server on the internet or locally
|
Multiplayermodus online über das Internet oder lokal.
|
||||||
(running on the player's computer).
|
|
||||||
|
|
||||||
![Cottages created using ScriptCraft in MineCraft][img_cr]
|
![Cottages created using ScriptCraft in MineCraft][img_cr]
|
||||||
|
|
||||||
|
|
Reference in a new issue