Summer of Cyber

Follow me on GitHub

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!

Make your own Little Alchemy!

Try doing the following tasks:

  1. Change the names and images of example1 and example2 in the JS
  2. 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'
  3. 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