Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 989 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 989 Bytes

image

GoBlocks

This is a project designed to make coding and making games in Minecraft much easier for beginners. Using in-game blocks and items, you can use a block based coding system to create experiences.

Inspired by Scratch, which is a popular block coding program. This brings it into a more practical environment and can be used in Minecraft to create fun games or systems.

Examples

image

  • Player Event: This runs blocks placed after it when a player does a certain action, in this case when they first join the game
  • Player Action: This does something to a player (for example, give them an item, move them). In this case, it sends a message. In the barrel above this, you can place a Text Value containing text which specifies what text to send