Make your own Universe!
Play with the following example and try to make everything!
Combine different items to discover new ones!
See the Pen Little Alchemy Engine Example by mariavanv (@mariavanv) on CodePen.
Now click the “JS” button to see what the code looks like
click the following link to start editting your own!
Try doing the following tasks:
- Change the names and images of example1 and example2 in the JS
- Change result example to be a logical combination of example 1 and example 2. Ideas: maybe do 'red' plus 'yellow' equals 'orange' or 'seed' plus 'water' equals 'flower'
- Add some new items, and make sure you edit the combinations section of items it combines with! Note: you'll need to add the result and the thing it mixes with before running your code