On Wed, Oct 6, 2021, 20:17 Wes Turner <wes.tur...@gmail.com> wrote:

> SensorCraft,
>

https://github.com/AFRL-RY/SensorCraft

- [ ] ENH: Convert to Jupyter-Book w/ Notebooks and an environment.yml for
(local) repo2docker


> https://news.ycombinator.com/item?id=26428340
>
> > I just found this:
> https://coderdojotc.readthedocs.io/projects/python-minecraft/en/latest/
>
> > This documentation supports the CoderDojo Twin Cities’ Build worlds in
> Minecraft with Python code group. This group intends to teach you how to
> use Python, a general purpose programming language, to mod the popular game
> called Minecraft. It is targeted at students aged 10 to 17 who have some
> programming experience in another language. For example, in Scratch
>
> > [...] So I just searched for "site: readthedocs.io kids python"
> https://www.google.com/search?q=site%3Areadthedocs.io+kids+python and
> found a few new and old things:
>
> > SensorCraft (pyglet (Python + OpenGL)) from US AFRL Sensors Directorate
> has e.g. Gravity, Rocket Launch, and AI tutorials:
>
> >> Most people are familiar with Minecraft [...] for this project we are
> using a Minecraft type environment created in the Python programming
> language. The Air Force Research Laboratory (AFRL) Sensors Directorate
> located in Dayton, Ohio created this guide to inspire kids of all ages to
> learn to program and at the same time get an idea of what it is like to be
> a Scientist or Engineer for the Air Force. We created this YouTube video
> about SensorCraft
>
> > https://sensorcraft.readthedocs.io/en/latest/intro.html
>
> > `conda install -c conda-forge -y pyglet` should probably work. Miniforge
> on Win/Mac/Lin is an easy way to get Python installed on anything including
> ARM64 for a RPi or similar; `conda create -n scraft; conda install -c
> conda-forge -y python=3.8 jupyterlab jupytext jupyter-book pyglet` . If
> you're in a conda env, `pip install` should install things within that
> conda env. Here's the meta.yaml in the conda-forge pyglet-feedstock:
> https://github.com/conda-forge/pyglet-feedstock/blob/master/recipe/meta.yaml
>
> On Wed, Oct 6, 2021, 10:09 <carlmask...@gmail.com> wrote:
>
>> Jurgis Pralgauskis wrote:
>> > Hi,
>> > intro: many kids like MineCraft :)
>> > probably  you know/heared of MineCraft Pi
>> > https://www.raspberrypi.org/learning/getting-started-with-minecraft-pi/
>> > But there seems to be Py for real MC
>> > http://coderdojotc.readthedocs.io/projects/python-minecraft/en/latest/
>> > http://www.instructables.com/id/Python-coding-for-Minecraft/
>> > PS.: a nice article (from js4MC world)
>> >
>> https://github.com/walterhiggins/ScriptCraft/blob/master/docs/YoungPersonsGu.
>> ..
>> add up one more thing .
>> you can now generate minecraft circle ,minecraft title, minecraft command
>> and many more things with just simple tool that are available online
>> https://minecraftcirclegenerator.info/
>> _______________________________________________
>> Edu-sig mailing list -- edu-sig@python.org
>> To unsubscribe send an email to edu-sig-le...@python.org
>> https://mail.python.org/mailman3/lists/edu-sig.python.org/
>> Member address: wes.tur...@gmail.com
>>
>
_______________________________________________
Edu-sig mailing list -- edu-sig@python.org
To unsubscribe send an email to edu-sig-le...@python.org
https://mail.python.org/mailman3/lists/edu-sig.python.org/
Member address: arch...@mail-archive.com

Reply via email to