GMU:Minecraft Ecologies/Part1: Difference between revisions

From Medien Wiki
(add link to jar)
(fix link)
 
(One intermediate revision by the same user not shown)
Line 38: Line 38:
* [http://www.stuffaboutcode.com/p/minecraft-api-reference.html Minecraft API Reference]
* [http://www.stuffaboutcode.com/p/minecraft-api-reference.html Minecraft API Reference]
* [https://s3.amazonaws.com/assets.minecraft.net/pi/minecraft-pi-0.1.1.tar.gz MCPI API] (zip file) included on Raspberry Pi
* [https://s3.amazonaws.com/assets.minecraft.net/pi/minecraft-pi-0.1.1.tar.gz MCPI API] (zip file) included on Raspberry Pi
* [https://github.com/zhuowei/RaspberryJuice/tree/master/src/main/resources/mcpi/api Minecraft API Jar on Github] (compiled for Desktop)


==== MCPI on the Desktop ====
==== MCPI on the Desktop ====
* [https://github.com/zhuowei/RaspberryJuice/raw/master/src/main/resources/mcpi/api/java/McPi.jar Minecraft API Jar on Github] (compiled for Desktop)
* [https://github.com/kbsriram/mcpiapi MCPI-API] (Forge Plugin)
* [https://github.com/kbsriram/mcpiapi MCPI-API] (Forge Plugin)
* [https://github.com/martinohanlon/canaryraspberryjuice Canary Raspberry Juice] (Bukkit Plugin)
* [https://github.com/martinohanlon/canaryraspberryjuice Canary Raspberry Juice] (Bukkit Plugin)


==== Scratch 2 MCPI ====
==== Scratch 2 MCPI ====
* [https://github.com/scratch2mcpi/scratch2mcpi Scratch-2-MCPI]
* [https://github.com/scratch2mcpi/scratch2mcpi Scratch-2-MCPI]
* [https://scratch.mit.edu/projects/13703270/ Scratch-2-MCPI Example Project]
* [https://scratch.mit.edu/projects/13703270/ Scratch-2-MCPI Example Project]

Latest revision as of 13:41, 14 May 2016

Minecraft Culture, Coding and Modding

Links

Minecraft

Simulations

Game of Life

Abelian Sandpile Model

Boids

Programming Minecraft

Raspberry Pi

Processing

MCPI (Minecraft for Raspberry Pi)

MCPI on the Desktop

Scratch 2 MCPI