Minecraft Among Us

Introduction

This project is a recreation the popular video game "Among Us" in Minecraft Education Edition. Our recreation has every aspect of the real game including a replica of the map, multiplayer playing, tasks to complete, and imposters and crewmates. 


Map

This is the code that creates the map for our game to be played is fairly straight forward. There are two main parts to this code, one is for the walls, the other is for the floor. The way that we made the walls is we made a path where we wanted the walls to be and traced this path with blocks, we then increased the height by a single block and repeated, we repeated this until the walls were at the desired height.

Wall Code

Tasks

Medbay

For the medbay task we built a platform and four beds, the platform has a grey outline and is filled with translucent green. To complete the medbay task you must stand on the green platform and . The cod for the medbay task is located below

Admin

For the admin task we coded a table with to buttons to be built, this table also includes two bookstands for decoration. To complete this task you have to press one of the two buttons. The code for the admin task is located below.

Reactor

For the reactor tasks we built a large structure with grey blocks, blue tinted glass, and blue light blocks. This task is completed by pressing the button on the front of the reactor. The reactor code is below.

Engine & Storage

For the engine we built an engine looking structure out of blue wood, copper blocks, and saws. For the storage we built an area where the main parts are a chest and an area to grab coal. To complete the task you must retreive coal and put it into the chest, this will power up the engine completing the task.

Oxygen & Navigation

The oxygen and navigation task do not have any functionality, they were put into the map to make it look better and more pleasing to the eye.

Decorations Code

MedBay Code

Admin Code

Reactor Code