Cat Chase
AmandaAn engaging game where the cat is chased by an A.I. dog.
Mouse Round-Up
JohnA game where a cat chases a bunch of cats controlled by artificial intelligence.
Rock Paper Scissors Tournament
AlexCombines core Python concepts learned into one grand rock paper scissors game. Uses if statements and more.
Maze Game Jenny
JennyA game where the player attempts to navigate a maze with walls of specific color. If they touch that color they are teleported back to the start of the maze.
Light House
BennettA tower with a light on at the top that can be controlled from a switch at the bottom.
Mail Box
KaraUses a comparator to determine if there is something in a chest. The chest represents a mailbox which users can leave messages for one another in using an ink and quill.
Enchantments
AmyEnchantments are basically just a way to add a tag to an item that can include a level value. It can be used to add procedures to run when different enchanted things interact with the world.
Singing Merry Go Round
JohnA minecraft cart that travels forever in a circle via powered rails. The movement of the cart can also serve as a redstone clock and generate redstone pulses via detector rails when a cart goes over them. You can then use these detector rail signals to power outputs such as lights, noteblocks, and pistons.
LED Catch
AstridAstrid used the coded an LED to move back and forth across the bottom of the matrix via button presses. She also added an LED that falls from the top and attempt to catch it.
Theremin
ArmanArman wired up a light sensor that responds to light level. This reading is then converted to be appropriate for the sound of a buzzer, as well as other outputs.
Musical Keyboard
IraIra wired up a virtual speaker and multiple buttons to create their own musical keyboard. Pressing different buttons triggers different notes allowing them to play a song or just jam out.
Big Mouth Billy Bass
HenryHenry wired up a virtual motion sensor (PIR = passive infrared sensor which outputs a digital signal when it detects motion (via a change in infrared input). By wiring up outputs, when it detects motion it can play sound a la Big Mouth Billy Bass (the singing mounted fish).