Play here for less lag and better graphics: turbowarp.org/825974189?hqpen Controls(Mobile Friendly): -Click to drag the elements Objective: -Unlock all the elements! -You unlock more elements by combining two elements. Combine elements by making the desired elements collide. Best Remixes: #1- https://scratch.mit.edu/projects/834420403/
You might notice that there's only 10 elements total. This is because this is simply the base for the game. I made this so that other people can easily remix and add more elements. How to add elements: -Scroll all the way down to the bottom of the code. -At the bottom, there are a few of the "When elements () and () are combined, create element () with color: () () ()" block. -All you have to do is go to the "My Blocks" section, drag a new one of those blocks on to the end of the script, and fill out the information. -The block is very self-explanatory, except for where the "with color: () () ()" part is. Simply fill in the color with numbers as if you were in the editor using the 'fill' tool. For example, if I wanted bright cyan, I would type "with color: (50) (100) (100)". -That's it! Everything will update automatically. Simple, right? Here's an example of what you could add if you were to create obsidian: "When elements (Lava) and (Water) are combined, create element (Obsidian) with color: (75) (100) (20)" Updates: v1- Shared v2- Added a 'low graphics' setting so that it doesn't lag in remixes with lots of elements