GMU:Minecraft Ecologies/Part1: Difference between revisions

From Medien Wiki
No edit summary
(add simulation links)
Line 1: Line 1:
== Minecraft Culture, Coding and Modding ==
= Minecraft Culture, Coding and Modding =


== Links ==
== Links ==
Line 7: Line 7:
* '''Add your links here'''
* '''Add your links here'''


=== Netlogo ===
=== Simulations ===
==== Netlogo ====
* [https://ccl.northwestern.edu/netlogo/ Netlogo]
* [https://ccl.northwestern.edu/netlogo/ Netlogo]
* [http://www.netlogoweb.org/launch Netlogo Web]
* [http://www.netlogoweb.org/launch Netlogo Web]
* [http://modelingcommons.org Modelling Commons]
* [http://modelingcommons.org Modelling Commons]


=== Raspberry Pi ===
==== Game of Life ====
* [[wikipedia:Conway's_Game_of_Life|Conway's Game of Life]]
* [[http://golly.sourceforge.net GOLLY]]
 
==== Abelian Sandpile Model ====
* [http://nautil.us/issue/23/dominoes/the-amazing-autotuning-sandpile Abelian Sandpile Model]
* Abelian Sandpile Model in p5.js
 
==== Boids ====
* [https://www.youtube.com/watch?v=86iQiV3-3IA Original Boids] by Craig Reynolds
* [https://www.youtube.com/watch?v=ozLacy8t3gw Boids in Netlogo]
* [https://p5js.org/examples/examples/Simulate_Flocking.php Boids in p5.js]
 
=== Programming Minecraft ===
==== Raspberry Pi ====
* [https://www.raspberrypi.org/ Raspberry Pi]
* [https://www.raspberrypi.org/ Raspberry Pi]
* [https://www.raspberrypi.org/documentation/installation/installing-images/README.md How to create an SD-Card with a Raspbian Image]
* [https://www.raspberrypi.org/documentation/installation/installing-images/README.md How to create an SD-Card with a Raspbian Image]


=== Processing ===
==== Processing ====
* [http://www.processing.org Processing]
* [http://www.processing.org Processing]
* [https://www.raspberrypi.org/blog/now-available-for-download-processing/ Now available for download]
* [https://www.raspberrypi.org/blog/now-available-for-download-processing/ Now available for download]


=== MCPI (Minecraft for Raspberry Pi) ===
==== MCPI (Minecraft for Raspberry Pi) ====
* [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


=== MCPI on the Desktop ===
==== MCPI on the 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]