/clash-of-chem

Clash of Chem is a thrilling multiplayer organic chemistry game where players compete to convert compounds using reagents in a race to achieve their goals.

Primary LanguageSvelteMIT LicenseMIT

Clash of Chem

Clash of Chem is a multiplayer online organic chemistry game that you can play with your friends!

Contribution to reactions.json

If you'd like to add a reaction to reactions.json please follow the following format:

{
  "substrate 1": {
    "reagent 1": "product 1",
    "reagent 2": "product 2"
  }
}

Some things to keep in mind:

  1. Compound names should be generally be IUPAC names
  2. When adding a new compound check whether it is present in the reactions.json, if it is use that name.
  3. Compound names should be in LOWERCASE
  4. There should only be ONE product (the major product) for each reaction