Skip to content

A "Robot" programmed with the Python API of the Minecraft Raspberry Pi Edition

Notifications You must be signed in to change notification settings

dmarku/minecraftpi-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

A moving "Robot" for the Minecraft RPi Edition

Currently implemented:

  • Robot class to store robot state, move around and draw its state with minecraft blocks
    • draw() draws the robot in the minecraft world
    • forward() moves the robot one block in the direction of the torch
    • backward() moves the robot one block back
    • left() turns the robot 90 degrees to the left. It will stay in its current position.
    • right() turns the robot 90 degrees to the right. It will stay in its current position.

The "robot" is drawn as a stone block at its current position and a torch indicating its direction. Drawing updates have to be done manually. "Undrawing" elements is not yet implemented.

About

A "Robot" programmed with the Python API of the Minecraft Raspberry Pi Edition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages